Files
linux/drivers/gpu/drm
YueHaibing c39191feed drm: Fix error handling in drm_legacy_addctx
'ctx->handle' is unsigned, it never less than zero.
This patch use int 'tmp_handle' to handle the err condition.

Fixes: 62968144e6 ("drm: convert drm context code to use Linux idr")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20181229024907.12852-1-yuehaibing@huawei.com
2019-01-07 11:26:31 +01:00
..
2018-09-09 14:19:18 +02:00
2018-12-20 13:25:28 +01:00
2018-11-28 09:31:07 -08:00
2018-12-12 11:56:44 +01:00
2018-12-17 10:51:20 +01:00
2018-12-12 11:56:45 +01:00
2018-11-20 14:56:18 +01:00
2018-11-29 10:34:03 +10:00
2018-11-20 14:56:18 +01:00
2018-07-13 18:40:28 +02:00
2018-10-04 11:03:34 +10:00
2018-05-03 21:26:32 +02:00