linux/drivers/net/ethernet/qlogic/qlcnic
Dan Carpenter 7bc486460f qlcnic: silence false positive overflow warning
We actually store the MAC address as well as the board_name here.  The
longest board_name is 75 characters so there is more than enough room
to hold the 17 character MAC and the ": " divider.  But making this
buffer larger silences a static checker warning.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-By: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-02 23:00:22 -05:00
..
Makefile qlcnic: 83xx register dump routines 2013-01-02 02:43:27 -08:00
qlcnic.h qlcnic: Bump up the version to 5.1.33 2013-01-30 20:34:50 -05:00
qlcnic_83xx_hw.c qlcnic: driver LRO bug fix 2013-01-30 20:34:50 -05:00
qlcnic_83xx_hw.h qlcnic: 83xx ethtool interface routines 2013-01-02 02:43:27 -08:00
qlcnic_83xx_init.c qlcnic: 83xx register dump routines 2013-01-02 02:43:27 -08:00
qlcnic_83xx_vnic.c qlcnic: Fix minidump in NPAR mode 2013-01-30 20:34:50 -05:00
qlcnic_ctx.c qlcnic: set driver version in firmware 2013-01-27 01:00:07 -05:00
qlcnic_ethtool.c qlcnic: remove unused definitions from header file 2013-01-02 02:43:28 -08:00
qlcnic_hdr.h qlcnic: remove unused definitions from header file 2013-01-02 02:43:28 -08:00
qlcnic_hw.c qlcnic: Fix RX/TX checksum setting for some adapter types 2013-01-30 20:34:50 -05:00
qlcnic_hw.h qlcnic: 83xx memory map and HW access routines 2013-01-02 02:43:26 -08:00
qlcnic_init.c qlcnic: 83xx data path routines 2013-01-02 02:43:26 -08:00
qlcnic_io.c qlcnic: Fix sparse check endian warnings 2013-01-30 20:34:49 -05:00
qlcnic_main.c qlcnic: silence false positive overflow warning 2013-02-02 23:00:22 -05:00
qlcnic_minidump.c qlcnic: 83xx register dump routines 2013-01-02 02:43:27 -08:00
qlcnic_sysfs.c qlcnic: 83xx sysfs routines 2013-01-02 02:43:27 -08:00