Skip to content

Commit

Permalink
V4L/DVB (11890): Siano: smscore - remove redundant code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Uri Shkolnik authored and Mauro Carvalho Chehab committed Jun 16, 2009
1 parent 4db989f commit 6675167
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions drivers/media/dvb/siano/smscoreapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 6675167

Please sign in to comment.