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

2011-12-07 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 |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Hi everybody, This patch applies on top of the as3645a

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

2011-12-07 Thread Sakari Ailus
Hi Laurent, On Wed, Dec 07, 2011 at 02:27:40PM +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 Thanks for the patch! Acked-by: Sakari Ailus sakari.ai...@iki.fi --