staging: sb105x: Remove unneeded semicolon in sb_pci_mp.c
Remove unneeded semicolon in sb_pci_mp.c to meet kernel coding style. Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
30bb0e7182
commit
41f7ba7a9b
|
@ -1216,7 +1216,7 @@ static int mp_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg)
|
||||||
return (inb(mp_devs[arg].option_reg_addr+MP_OPTR_IIR0+(state->port->line/8)));
|
return (inb(mp_devs[arg].option_reg_addr+MP_OPTR_IIR0+(state->port->line/8)));
|
||||||
}
|
}
|
||||||
case TIOCGGETPORTTYPE:
|
case TIOCGGETPORTTYPE:
|
||||||
ret = get_device_type(arg);;
|
ret = get_device_type(arg);
|
||||||
return ret;
|
return ret;
|
||||||
case TIOCSMULTIECHO: /* set to multi-drop mode(RS422) or echo mode(RS485)*/
|
case TIOCSMULTIECHO: /* set to multi-drop mode(RS422) or echo mode(RS485)*/
|
||||||
outb( ( inb(info->interface_config_addr) & ~0x03 ) | 0x01 ,
|
outb( ( inb(info->interface_config_addr) & ~0x03 ) | 0x01 ,
|
||||||
|
|
Loading…
Reference in New Issue