diff options
Diffstat (limited to 'drivers/net/hamradio/mkiss.c')
-rw-r--r-- | drivers/net/hamradio/mkiss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hamradio/mkiss.c b/drivers/net/hamradio/mkiss.c index fc9c57893f8a..7db0a1c3216c 100644 --- a/drivers/net/hamradio/mkiss.c +++ b/drivers/net/hamradio/mkiss.c | |||
@@ -903,7 +903,7 @@ static int mkiss_ioctl(struct tty_struct *tty, struct file *file, | |||
903 | static long mkiss_compat_ioctl(struct tty_struct *tty, struct file *file, | 903 | static long mkiss_compat_ioctl(struct tty_struct *tty, struct file *file, |
904 | unsigned int cmd, unsigned long arg) | 904 | unsigned int cmd, unsigned long arg) |
905 | { | 905 | { |
906 | switch (arg) { | 906 | switch (cmd) { |
907 | case SIOCGIFNAME: | 907 | case SIOCGIFNAME: |
908 | case SIOCGIFENCAP: | 908 | case SIOCGIFENCAP: |
909 | case SIOCSIFENCAP: | 909 | case SIOCSIFENCAP: |