V4L/DVB (11890): Siano: smscore - remove redundant code
authorUri Shkolnik <uris@siano-ms.com>
Tue, 19 May 2009 15:34:09 +0000 (12:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 22:14:41 +0000 (19:14 -0300)
remove redundant code, which in the past handled the
various components (now independent modules) registrations.

Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/siano/smscoreapi.c

index 043368a0313373733ebf437985120ef44a141d3a..b2127c1d263ce9adc9f5f7b1971e679392b698fa 100644 (file)
@@ -1590,24 +1590,11 @@ static int __init smscore_module_init(void)
        INIT_LIST_HEAD(&g_smscore_registry);
        kmutex_init(&g_smscore_registrylock);
 
-
-
-
-
-
-       return rc;
-       sms_debug("rc %d", rc);
-
        return rc;
 }
 
 static void __exit smscore_module_exit(void)
 {
-
-
-
-
-
        kmutex_lock(&g_smscore_deviceslock);
        while (!list_empty(&g_smscore_notifyees)) {
                struct smscore_device_notifyee_t *notifyee =
This page took 0.026177 seconds and 5 git commands to generate.