drm/vmwgfx: fix error return code in vmw_driver_load()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 26 Aug 2013 07:15:37 +0000 (15:15 +0800)
committerDave Airlie <airlied@gmail.com>
Thu, 29 Aug 2013 22:57:51 +0000 (08:57 +1000)
Fix to return -ENOMEM in the fence manager init error handling
case instead of 0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>

No differences found