Commit e34410f0 authored by David S. Miller's avatar David S. Miller

[BLUETOOTH]: Remove unused local var in rfcomm/tty.c

parent 3dc7bbf5
...@@ -874,8 +874,6 @@ static struct tty_operations rfcomm_ops = { ...@@ -874,8 +874,6 @@ static struct tty_operations rfcomm_ops = {
int rfcomm_init_ttys(void) int rfcomm_init_ttys(void)
{ {
int i;
rfcomm_tty_driver = alloc_tty_driver(RFCOMM_TTY_PORTS); rfcomm_tty_driver = alloc_tty_driver(RFCOMM_TTY_PORTS);
if (!rfcomm_tty_driver) if (!rfcomm_tty_driver)
return -1; return -1;
......
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