hamradio/mkiss: fix typo in compat_ioctl
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Nov 2009 05:13:21 +0000 (21:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Nov 2009 05:13:21 +0000 (21:13 -0800)
commit07c3c4ee3a4143d0c8bb2e260c089bf012cf2c6e
tree459b97c1fff94128a554ed5ca3f237ceac132245
parent958fc41e320e17bd4db22d6da81184654350aaab
hamradio/mkiss: fix typo in compat_ioctl

My last commit introduced an typo causing the
compat_ioctl function to do nothing useful.
The obvious way for an ioctl function to work
is to look at the command, not the argument first.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hamradio/mkiss.c