commit | e06d45d8c165a0b1a7aaa1b794c78d2db911c8f6 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Oct 04 18:49:53 2018 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Wed Dec 12 12:01:05 2018 +0100 |
tree | fb914fc5788396eed6d6049ebf5e6811ace8cb3a | |
parent | 73b6f96cbc0162787bcbdac5f538167084c8d605 [diff] |
drm/vmwgfx: remove redundant return ret statement The return statement is redundant as there is a return statement immediately before it so we have dead code that can be removed. Also remove the unused declaration of ret. Detected by CoverityScan, CID#1473793 ("Structurally dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>