On 05/09/11 14:57, Mauro Carvalho Chehab wrote:
Could you please provide me a patch for it? I'll merge with your original one when submitting it upstream.
Here you go. Did you also pick up the other merge fix and the (separate) memory leak fix, please?
Cheers, Chris Signed-off-by: Chris Rankin <rankincj@xxxxxxxxx>
--- linux/drivers/media/video/em28xx/em28xx-cards.c.orig 2011-09-05 15:21:38.000000000 +0100 +++ linux/drivers/media/video/em28xx/em28xx-cards.c 2011-09-05 15:21:55.000000000 +0100 @@ -2885,7 +2885,6 @@ retval = em28xx_audio_setup(dev); if (retval) return -ENODEV; - em28xx_add_into_devlist(dev); em28xx_init_extension(dev); return 0;