Re: [PATCH] em28xx: Don't call em28xx_ir_init when disable_ir is true

2009-08-20 Thread Devin Heitmueller
On Thu, Aug 20, 2009 at 10:49 PM, Shine Liu wrote: > I think we should call em28xx_ir_init(dev) when disable_ir is true. > Following patch will fix the bug. > > Cheers, > > Shine Yeah, this looks reasonable. I must have just accidentally cut the code when I refactored the onboard IR support (as o

[PATCH] em28xx: Don't call em28xx_ir_init when disable_ir is true

2009-08-20 Thread Shine Liu
I think we should call em28xx_ir_init(dev) when disable_ir is true. Following patch will fix the bug. Cheers, Shine Signed-off-by: Shine Liu - --- a/drivers/media/video/em28xx/em28xx-cards.c 2009-08-14 06:43:34.0 +0800 +++ a/driv