commit | 049af1060bb81532f2700762a8ba71eb3fa81f5a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Nov 21 13:32:21 2015 +0300 |
committer | Alex Williamson <alex.williamson@redhat.com> | Sat Nov 21 06:55:58 2015 -0700 |
tree | e914b52b67dfdb4b61aec44af0d7f390197a2bb7 | |
parent | 7200be7c81cc1a1c54a79348a724c16345c5242f [diff] |
vfio: fix a warning message The first argument to the WARN() macro has to be a condition. I'm sort of disappointed that this code doesn't generate a compiler warning. I guess -Wformat-extra-args doesn't work in the kernel. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>