Browse Source

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
  mlx4_core: Fix infinite loop on device initialization
Linus Torvalds 17 years ago
parent
commit
d773b33972
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/mlx4/main.c

+ 1 - 1
drivers/net/mlx4/main.c

@@ -884,7 +884,7 @@ static int __devinit mlx4_init_one(struct pci_dev *pdev,
 		++mlx4_version_printed;
 		++mlx4_version_printed;
 	}
 	}
 
 
-	return mlx4_init_one(pdev, id);
+	return __mlx4_init_one(pdev, id);
 }
 }
 
 
 static void mlx4_remove_one(struct pci_dev *pdev)
 static void mlx4_remove_one(struct pci_dev *pdev)