From: Bob Miller <rem@osdl.org>
To: trivial@rustcorp.com.au
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 2.5.73 TRIVIAL] Remove un-needed MOD_*_USE_COUNT from i4lididrv.c
Date: Thu, 26 Jun 2003 13:26:49 -0700 [thread overview]
Message-ID: <20030626202649.GD16162@doc.pdx.osdl.net> (raw)
Module init methods are called with a reference already taken by the
module code so the MOD_*_USE_COUNT can be deleted.
--
Bob Miller Email: rem@osdl.org
Open Source Development Lab Phone: 503.626.2455 Ext. 17
diff -Nru a/drivers/isdn/hardware/eicon/i4lididrv.c b/drivers/isdn/hardware/eicon/i4lididrv.c
--- a/drivers/isdn/hardware/eicon/i4lididrv.c Wed Jun 25 16:18:28 2003
+++ b/drivers/isdn/hardware/eicon/i4lididrv.c Wed Jun 25 16:18:28 2003
@@ -1354,8 +1354,6 @@
status_lock = SPIN_LOCK_UNLOCKED;
ll_lock = SPIN_LOCK_UNLOCKED;
- MOD_INC_USE_COUNT;
-
if (strlen(id) < 1)
strcpy(id, "diva");
@@ -1382,7 +1380,6 @@
create_proc();
out:
- MOD_DEC_USE_COUNT;
return(ret);
}
reply other threads:[~2003-06-26 20:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030626202649.GD16162@doc.pdx.osdl.net \
--to=rem@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®