[PATCH v2] as3645a: Handle power on errors when registering the device

2011-12-08 Thread Laurent Pinchart
Return an error in the registered handler if the device can't be powered on. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/as3645a.c | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) Hi everybody, This second version of the

Re: [PATCH v2] as3645a: Handle power on errors when registering the device

2011-12-08 Thread Sakari Ailus
Hi, Laurent! On Thu, Dec 08, 2011 at 12:00:52PM +0100, Laurent Pinchart wrote: Return an error in the registered handler if the device can't be powered on. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Looks good to me. Acked-by: Sakari Ailus sakari.ai...@iki.fi --