mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
Char: mxser_new, fix sparse warning
Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f17e121fd0
commit
2b770b4b29
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue