[PATCH 2/2] drm/rockchip: make irq variable signed

2015-04-20 Thread Daniel Kurtz
Hi Heiko, On Sun, Apr 19, 2015 at 12:30 AM, Heiko Stübner wrote: > platform_get_irq() can return negative error values and we already test for > these. Therefore the variable holding this value should be signed to not > loose error values. > > Reported-by: David Binderman > Signed-off-by: Heiko

[PATCH 2/2] drm/rockchip: make irq variable signed

2015-04-20 Thread Daniel Kurtz
Hi Heiko, On Sun, Apr 19, 2015 at 12:30 AM, Heiko Stübner wrote: > platform_get_irq() can return negative error values and we already test for > these. Therefore the variable holding this value should be signed to not > loose error values. > > Reported-by: David Binderman > Signed-off-by: Heik

[PATCH 2/2] drm/rockchip: make irq variable signed

2015-04-18 Thread Heiko Stübner
platform_get_irq() can return negative error values and we already test for these. Therefore the variable holding this value should be signed to not loose error values. Reported-by: David Binderman Signed-off-by: Heiko Stuebner --- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 2 +- 1 file chan