Re: [PATCH 3/15] - tm6000 bugfix hunk in init_dev

2010-02-03 Thread Mauro Carvalho Chehab
This is too generic: tm6000 bugfix hunk in init_dev A better subject would be: [PATCH 3/15] tm6000: avoid unregister the driver after success at tm6000_init_dev PS.: don't mind to re-submit those patches where just the subject has troubles. I'll fix it locally. I'm pointing the issues to save

[PATCH 3/15] - tm6000 bugfix hunk in init_dev

2010-02-03 Thread Stefan Ringel
signed-off-by: Stefan Ringel --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c @@ -402,6 +448,7 @@ static int tm6000_init_dev(struct tm6000_core *dev) } #endif } +return 0; err2: v4l2_device_unregister(&dev->v4l2_dev); -- Stefan R