]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vmwgfx: fix a warning message
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 21 Nov 2015 10:29:39 +0000 (13:29 +0300)
committerThomas Hellstrom <thellstrom@vmware.com>
Thu, 26 Nov 2015 16:40:00 +0000 (17:40 +0100)
commit8293f2491ff238bf964a526ec075d5dd5175a9d2
tree507586c70e3ecb724bab1efae8d77388a3fcb54b
parent6e9ad14fcfac52c55338c762af7e3ad9cfcf35c2
drm/vmwgfx: fix a warning message

The WARN_ON() macro only takes a condition argument, it doesn't take
a message.  I have converted this to WARN() instead.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c