summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/siano
diff options
context:
space:
mode:
authorUri Shkolnik2009-05-19 17:34:09 +0200
committerMauro Carvalho Chehab2009-06-17 00:14:41 +0200
commit6675167cab92906a7b1d29faa3901716925d3af8 (patch)
tree27cf08c0d0bf5d59dcd424c7f394d297f58735f6 /drivers/media/dvb/siano
parentV4L/DVB (11889): Siano: smsdvb - add DVB v3 events (diff)
downloadkernel-qcow2-linux-6675167cab92906a7b1d29faa3901716925d3af8.tar.gz
kernel-qcow2-linux-6675167cab92906a7b1d29faa3901716925d3af8.tar.xz
kernel-qcow2-linux-6675167cab92906a7b1d29faa3901716925d3af8.zip
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/siano')
-rw-r--r--drivers/media/dvb/siano/smscoreapi.c13
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)
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 =