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)
commit99f9be4c73cff20ec64793be68f03f927474298c
tree507586c70e3ecb724bab1efae8d77388a3fcb54b
parent025af189fb44250206dd8a32fa4a682392af3301
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