]> git.karo-electronics.de Git - karo-tx-linux.git/commit
VFIO: platform: reset: fix a warning message condition
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 17 Dec 2015 12:27:07 +0000 (15:27 +0300)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 21 Dec 2015 22:28:11 +0000 (15:28 -0700)
commit967628827f404b3063016c138ccc7b06c54350f8
tree40c485cbdddac85ccec57a2c0dfb7944317eae5c
parent4ef7675344d687a0ef5b0d7c0cee12da005870c0
VFIO: platform: reset: fix a warning message condition

This loop ends with count set to -1 and not zero so the warning message
isn't printed when it should be.  I've fixed this by change the postop
to a preop.

Fixes: 0990822c9866 ('VFIO: platform: reset: AMD xgbe reset module')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Eric Auger <eric.auger@linaro.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/platform/reset/vfio_platform_amdxgbe.c