commit | 99f9be4c73cff20ec64793be68f03f927474298c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Nov 21 13:29:39 2015 +0300 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Nov 26 17:40:00 2015 +0100 |
tree | 507586c70e3ecb724bab1efae8d77388a3fcb54b | |
parent | 025af189fb44250206dd8a32fa4a682392af3301 [diff] |
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>