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 Thanks for the patch! Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi jab

[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 --- drivers/media/video/as3645a.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Hi everybody, This patch applies on top of the as3645a driver that I'm going to submit fo