diff options
author | Uri Shkolnik <uris@siano-ms.com> | 2009-05-19 11:34:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 18:14:41 -0400 |
commit | 6675167cab92906a7b1d29faa3901716925d3af8 (patch) | |
tree | 27cf08c0d0bf5d59dcd424c7f394d297f58735f6 /drivers/media/dvb | |
parent | 4db989f7745778f9f0a4f823bd5932f108dd76ba (diff) |
V4L/DVB (11890): Siano: smscore - remove redundant code
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>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/siano/smscoreapi.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/media/dvb/siano/smscoreapi.c b/drivers/media/dvb/siano/smscoreapi.c index 043368a03133..b2127c1d263c 100644 --- a/drivers/media/dvb/siano/smscoreapi.c +++ b/drivers/media/dvb/siano/smscoreapi.c | |||
@@ -1590,24 +1590,11 @@ static int __init smscore_module_init(void) | |||
1590 | INIT_LIST_HEAD(&g_smscore_registry); | 1590 | INIT_LIST_HEAD(&g_smscore_registry); |
1591 | kmutex_init(&g_smscore_registrylock); | 1591 | kmutex_init(&g_smscore_registrylock); |
1592 | 1592 | ||
1593 | |||
1594 | |||
1595 | |||
1596 | |||
1597 | |||
1598 | return rc; | ||
1599 | sms_debug("rc %d", rc); | ||
1600 | |||
1601 | return rc; | 1593 | return rc; |
1602 | } | 1594 | } |
1603 | 1595 | ||
1604 | static void __exit smscore_module_exit(void) | 1596 | static void __exit smscore_module_exit(void) |
1605 | { | 1597 | { |
1606 | |||
1607 | |||
1608 | |||
1609 | |||
1610 | |||
1611 | kmutex_lock(&g_smscore_deviceslock); | 1598 | kmutex_lock(&g_smscore_deviceslock); |
1612 | while (!list_empty(&g_smscore_notifyees)) { | 1599 | while (!list_empty(&g_smscore_notifyees)) { |
1613 | struct smscore_device_notifyee_t *notifyee = | 1600 | struct smscore_device_notifyee_t *notifyee = |