diff options
author | Tilman Schmidt <tilman@imap.cc> | 2006-04-11 01:55:11 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 09:18:50 -0400 |
commit | 01371500b245ae63f542d74140a3d8ccb74d0318 (patch) | |
tree | 8c758e86e3b6266c742b08111d53ac5bd21c0cbe /drivers/isdn/gigaset/gigaset.h | |
parent | 714e8236e5ea9d39169761c546274ceb7eeb765f (diff) |
[PATCH] isdn4linux: Siemens Gigaset drivers: eliminate from_user argument
With Hansjoerg Lipp <hjlipp@web.de>
Eliminate the from_user argument from a debugging function, thus easing the
job of sparse.
Signed-off-by: Hansjoerg Lipp <hjlipp@web.de>
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r-- | drivers/isdn/gigaset/gigaset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h index 446a078224a9..7a44caca8a17 100644 --- a/drivers/isdn/gigaset/gigaset.h +++ b/drivers/isdn/gigaset/gigaset.h | |||
@@ -154,7 +154,7 @@ enum debuglevel { /* up to 24 bits (atomic_t) */ | |||
154 | #endif | 154 | #endif |
155 | 155 | ||
156 | void gigaset_dbg_buffer(enum debuglevel level, const unsigned char *msg, | 156 | void gigaset_dbg_buffer(enum debuglevel level, const unsigned char *msg, |
157 | size_t len, const unsigned char *buf, int from_user); | 157 | size_t len, const unsigned char *buf); |
158 | 158 | ||
159 | /* connection state */ | 159 | /* connection state */ |
160 | #define ZSAU_NONE 0 | 160 | #define ZSAU_NONE 0 |