commit | 80af6bb73e52c614e0571f82e4dd88a6941066a4 | [log] [tgz] |
---|---|---|
author | Stefan Ringel <stefan.ringel@arcor.de> | Fri Feb 05 19:57:02 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue May 18 00:43:49 2010 -0300 |
tree | b1c13e4a65c7574390d7e99a2621fd56e48bfbb8 | |
parent | 04574a6881cd4b49b49ba95f893520dabe1d76f5 [diff] |
V4L/DVB: tm6000: fix: avoid unregister the driver after success After successfully running tm6000_init_dev, due to a lack of a return(), the driver runs the error code, unregistering the device. Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>