kernel-fxtec-pro1x/drivers/net/ethernet/qlogic/qlcnic
Dan Carpenter 0f6efff925 qlcnic: off by one in qlcnic_init_pci_info()
The adapter->npars[] array has QLCNIC_MAX_PCI_FUNC elements.  We
allocate it that way a few lines earlier in the function.  So this test
is off by one.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-15 15:30:15 -07:00
..
Makefile
qlcnic.h qlcnic: Allow a predefined set of capture masks for FW dump 2012-04-27 00:03:35 -04:00
qlcnic_ctx.c qlcnic: Adding mac statistics to ethtool. 2012-04-27 00:03:35 -04:00
qlcnic_ethtool.c qlcnic-ethtool: set the ethtool_dump flag by ETH_FW_DUMP_DISABLE value that is zero, if firmware dump is disabled. 2012-05-15 13:13:33 -04:00
qlcnic_hdr.h qlcnic: Allow a predefined set of capture masks for FW dump 2012-04-27 00:03:35 -04:00
qlcnic_hw.c
qlcnic_init.c qlogic: get rid of a redundant test for NULL before call to release_firmware() 2012-04-30 13:20:06 +02:00
qlcnic_main.c qlcnic: off by one in qlcnic_init_pci_info() 2012-06-15 15:30:15 -07:00