[PATCH] mmc: mvsdio: Replace IS_ERR_NULL() is with IS_ERR()
Jason Cooper
jason at lakedaemon.net
Thu Jan 10 15:49:31 EST 2013
On Thu, Jan 10, 2013 at 09:29:15PM +0100, Andrew Lunn wrote:
> A NULL is a valid clk cookie, so we should not be tested with
> IS_ERR_NULL(). Replace it with IS_ERR().
>
> Signed-off-by: Andrew Lunn <andrew at lunn.ch>
> ---
> drivers/mmc/host/mvsdio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
The subject and commit entry should be IS_ERR_OR_NULL, but other than
that:
Acked-by: Jason Cooper <jason at lakedaemon.net>
thx,
Jason.
More information about the linux-arm-kernel
mailing list