On 2015å¹´04æ20æ¥ 07:00, 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 possible error values.
>
> Reported-by: David Binderman
> Signed-off-by: Heiko Stuebner
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 possible error values.
Reported-by: David Binderman
Signed-off-by: Heiko Stuebner
Reviewed-By: Daniel Kurtz
---
changed since v1:
- instead