drm/vmwgfx: remove redundant unlikely annotation
authorChengguang Xu <cgxu519@gmx.com>
Fri, 1 Mar 2019 18:14:06 +0000 (10:14 -0800)
committerDeepak Rawat <drawat@vmware.com>
Mon, 8 Apr 2019 17:29:04 +0000 (10:29 -0700)
commit4efa6661154f8a33d9a91b8d71499b9077c4564b
tree84460f1c25d509528cb2012fa17736a0b1342e8b
parentb2130cca9c8db5073b71d832da2a6c8311a8f3bb
drm/vmwgfx: remove redundant unlikely annotation

unlikely has already included in IS_ERR(), so just
remove redundant unlikely annotation.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
Reviewed-by: Deepak Rawat <drawat@vmware.com>
Signed-off-by: Deepak Rawat <drawat@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c