1
0
Fork 0
alistair23-linux/drivers/net/fjes
Taku Izumi adb094e5e7 fjes: fix off-by-one error at fjes_hw_update_zone_task()
Dan Carpenter reported off-by-one error of fjes at
http://www.mail-archive.com/netdev@vger.kernel.org/msg77520.html

Actually this is a bug.
ep_shm_info[epidx].{es_status, zone} should be update
inside for loop.

This patch fixes this bug.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-09-17 22:34:09 -07:00
..
Makefile fjes: ethtool support 2015-08-24 14:06:37 -07:00
fjes.h fjes: ethtool support 2015-08-24 14:06:37 -07:00
fjes_ethtool.c fjes: ethtool support 2015-08-24 14:06:37 -07:00
fjes_hw.c fjes: fix off-by-one error at fjes_hw_update_zone_task() 2015-09-17 22:34:09 -07:00
fjes_hw.h fjes: epstop_task 2015-08-24 14:06:36 -07:00
fjes_main.c fjes: ethtool support 2015-08-24 14:06:37 -07:00
fjes_regs.h fjes: net_device_ops.ndo_open and .ndo_stop 2015-08-24 14:06:34 -07:00