Re: [PATCH 1/1] of: add NULL parameter check forof_device_is_available

From: David Miller
Date: Tue Mar 13 2012 - 16:36:29 EST


From: Dong Aisheng <b29396@xxxxxxxxxxxxx>
Date: Tue, 13 Mar 2012 19:40:05 +0800

> From: Dong Aisheng <dong.aisheng@xxxxxxxxxx>
>
> This function will return 1 even the device node passed in
> is NULL which is a little error-prone.
> Change to return 0 if the device node passed in is NULL.
>
> Signed-off-by: Dong Aisheng <dong.aisheng@xxxxxxxxxx>

I think this is a hard error and therefore BUG_ON(!device) is
more appropriate.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/