db/kernel.return_fixes: add dma_fence_wait_timeout()
commit62915524f173b77e99e0e85dbcfb61aab69eefd8
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 15 Aug 2017 10:49:35 +0000 (15 13:49 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 15 Aug 2017 10:49:35 +0000 (15 13:49 +0300)
tree53a9854c04319733d4921a2fa194baf9fe7fd0ce
parente1fdd7051aaef331fbc70793d8c83b693c031166
db/kernel.return_fixes: add dma_fence_wait_timeout()

The dma_fence_wait_timeout() returns either a negative error code or a
positive value which represents the time remaining in jiffies.  Smatch was
saying that it returned numbers as low as s64min and it all becomes
confusing if you are expecting to hold the negative return codes in an
integer type.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/kernel.return_fixes