Re: [RFC 05/18] omap3isp: Platform data could be NULL

2015-03-07 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Saturday 07 March 2015 23:41:02 Sakari Ailus wrote: > Only check for call platform data callback functions if there's platform > data. Also take care of a few other cases where the NULL pdata pointer could > have been accessed, and remove the check for NULL

[RFC 05/18] omap3isp: Platform data could be NULL

2015-03-07 Thread Sakari Ailus
Only check for call platform data callback functions if there's platform data. Also take care of a few other cases where the NULL pdata pointer could have been accessed, and remove the check for NULL dev->platform_data pointer. Removing the check for NULL dev->platform_data isn't strictly needed b