[PATCH 0/5] Use IS_ERR() rather than a NULL check when necessary.

2012-12-11 Thread Cyril Roelandt
The following five patches replace NULL checks by calls to IS_ERR() when checking the return values of functions that return ERR_PTR() on error. Regards, Cyril Roelandt. --- Cyril Roelandt (5): staging: omap-thermal: fix error check in omap_thermal_expose_sensor() and in

[PATCH 0/5] Use IS_ERR() rather than a NULL check when necessary.

2012-12-11 Thread Cyril Roelandt
The following five patches replace NULL checks by calls to IS_ERR() when checking the return values of functions that return ERR_PTR() on error. Regards, Cyril Roelandt. --- Cyril Roelandt (5): staging: omap-thermal: fix error check in omap_thermal_expose_sensor() and in