Commit 2b770b4b authored by Jiri Slaby's avatar Jiri Slaby Committed by Linus Torvalds

Char: mxser_new, fix sparse warning

Signed-off-by: default avatarJiri Slaby <jirislaby@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f17e121f
......@@ -1560,7 +1560,7 @@ static int mxser_ioctl_special(unsigned int cmd, void __user *argp)
return -EFAULT;
return 0;
case MOXA_ASPP_MON_EXT: {
int status, p, shiftbit;
int p, shiftbit;
unsigned long opmode;
unsigned cflag, iflag;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment