commit | 89669e7a7f96be3ee8d9a22a071d7c0d3b4428fc | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Tue Dec 02 03:36:57 2014 -0800 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Wed Dec 03 00:48:14 2014 -0800 |
tree | 8e49f79ff3cdc811c3f5fc93a646d19596023cb0 | |
parent | 1f563a6a46544602183e7493b6ef69769d3d76d9 [diff] |
drm/vmwgfx: Fix fence event code The commit "vmwgfx: Rework fence event action" introduced a number of bugs that are fixed with this commit: a) A forgotten return stateemnt. b) An if statement with identical branches. Cc: <stable@vger.kernel.org> Reported-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>