diff options
-rw-r--r-- | drivers/isdn/capi/capiutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/capi/capiutil.c b/drivers/isdn/capi/capiutil.c index 36c1b37cea0a..9846d82eb097 100644 --- a/drivers/isdn/capi/capiutil.c +++ b/drivers/isdn/capi/capiutil.c | |||
@@ -201,7 +201,7 @@ static unsigned char *cpars[] = | |||
201 | #define structTRcpyovl(x, y, l) memmove(y, x, l) | 201 | #define structTRcpyovl(x, y, l) memmove(y, x, l) |
202 | 202 | ||
203 | /*-------------------------------------------------------*/ | 203 | /*-------------------------------------------------------*/ |
204 | static unsigned command_2_index(unsigned c, unsigned sc) | 204 | static unsigned command_2_index(u8 c, u8 sc) |
205 | { | 205 | { |
206 | if (c & 0x80) | 206 | if (c & 0x80) |
207 | c = 0x9 + (c & 0x0f); | 207 | c = 0x9 + (c & 0x0f); |