lkml.org 
[lkml]   [2003]   [Jun]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.5.73 TRIVIAL] Remove un-needed MOD_*_USE_COUNT from capimain.c
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/capimain.c b/drivers/isdn/hardware/eicon/capimain.c
--- a/drivers/isdn/hardware/eicon/capimain.c Wed Jun 25 16:18:28 2003
+++ b/drivers/isdn/hardware/eicon/capimain.c Wed Jun 25 16:18:28 2003
@@ -160,8 +160,6 @@
char tmprev[32];
int ret = 0;

- MOD_INC_USE_COUNT;
-
sprintf(DRIVERRELEASE, "%d.%d%s", DRRELMAJOR, DRRELMINOR,
DRRELEXTRA);

@@ -177,7 +175,6 @@
ret = -EIO;
}

- MOD_DEC_USE_COUNT;
return ret;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.240 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site