Re: [PATCH 4/7] atmel-isi: fix IS_ERR_VALUE usage

From: Al Viro
Date: Tue Feb 16 2016 - 21:33:42 EST


On Mon, Feb 15, 2016 at 03:35:22PM +0100, Andrzej Hajda wrote:
> IS_ERR_VALUE macro should be used only with unsigned long type.
> For signed types comparison 'ret < 0' should be used.
>
> The patch follows conclusion from discussion on LKML [1][2].

ACK