linux/drivers/misc/mic/card
Dan Carpenter e6c0effa0e mic_virtio: fix a timeout loop
After the loop we test "if (!retry)" to see if we timedout.  The problem
is "retry--" is a post-op so retry will be -1 at the end of the loop.  I
have fixed this by changing it to a pre-op instead.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-07 22:53:40 -08:00
..
Makefile
mic_debugfs.c
mic_device.c misc: mic: Remove COSM functionality from the MIC card driver 2015-10-04 12:46:06 +01:00
mic_device.h misc: mic: MIC card driver specific changes to enable SCIF 2015-05-24 12:13:37 -07:00
mic_virtio.c mic_virtio: fix a timeout loop 2016-02-07 22:53:40 -08:00
mic_virtio.h misc: mic: Fix user space namespace pollution from mic_common.h. 2013-11-27 11:03:38 -08:00
mic_x100.c misc: mic: Remove COSM functionality from the MIC card driver 2015-10-04 12:46:06 +01:00
mic_x100.h misc: mic: MIC card driver specific changes to enable SCIF 2015-05-24 12:13:37 -07:00