commit | 9ea8aa8d5087529210553114b7bc4bf4374ace8f | [log] [tgz] |
---|---|---|
author | Tilman Schmidt <tilman@imap.cc> | Sat Oct 11 13:46:30 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 14 15:05:34 2014 -0400 |
tree | f796215d1413b364a83df686076ff5419b94fab8 | |
parent | b8324f94202af7dc688576259803a2ef9a98d655 [diff] |
isdn/capi: correct capi20_manufacturer argument type mismatch Function capi20_manufacturer() is declared with unsigned int cmd argument but called with unsigned long. Fix by correcting the function prototype since the actual argument is part of the user visible API. Spotted with Coverity. Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>