]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
isdn/capi: correct argument types of command_2_index
authorTilman Schmidt <tilman@imap.cc>
Wed, 10 Dec 2014 12:41:55 +0000 (13:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Dec 2014 20:06:10 +0000 (15:06 -0500)
commit330078abd823cf644444999e7812a8884fce7b8e
tree40e8019d044e0f81f15ed76ba25224c38d38fb48
parentf6a68e691fa2b0ee7081c9bd510ee84261e1476c
isdn/capi: correct argument types of command_2_index

Utility function command_2_index is always called with arguments of
type u8. Adapt its declaration accordingly.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/capi/capiutil.c