|
@@ -2440,7 +2440,8 @@ slave_start:
|
|
|
* No return code for this call, just warn the user in case of PCI
|
|
|
* express device capabilities are under-satisfied by the bus.
|
|
|
*/
|
|
|
- mlx4_check_pcie_caps(dev);
|
|
|
+ if (!mlx4_is_slave(dev))
|
|
|
+ mlx4_check_pcie_caps(dev);
|
|
|
|
|
|
/* In master functions, the communication channel must be initialized
|
|
|
* after obtaining its address from fw */
|