Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Merge conflict of mlx5 resolved using instructions in merge
commit 9566e650bf
.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "cavium_ptp.h"
|
||||
|
||||
#define DRV_NAME "Cavium PTP Driver"
|
||||
#define DRV_NAME "cavium_ptp"
|
||||
|
||||
#define PCI_DEVICE_ID_CAVIUM_PTP 0xA00C
|
||||
#define PCI_DEVICE_ID_CAVIUM_RST 0xA00E
|
||||
|
@@ -237,8 +237,10 @@ int octeon_setup_iq(struct octeon_device *oct,
|
||||
}
|
||||
|
||||
oct->num_iqs++;
|
||||
if (oct->fn_list.enable_io_queues(oct))
|
||||
if (oct->fn_list.enable_io_queues(oct)) {
|
||||
octeon_delete_instr_queue(oct, iq_no);
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user