V4L/DVB: tm6000: fix: avoid unregister the driver after success
authorStefan Ringel <stefan.ringel@arcor.de>
Fri, 5 Feb 2010 22:57:02 +0000 (19:57 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:43:49 +0000 (00:43 -0300)
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>

No differences found