Skip to content

Commit

Permalink
USB: usblcd: Remove the superfluous break
Browse files Browse the repository at this point in the history
Remove the superfuous break, as there is a 'return' before it.

Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com>
Link: https://lore.kernel.org/r/20200819012316.170388-1-jingxiangfeng@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jing Xiangfeng authored and Greg Kroah-Hartman committed Aug 28, 2020
1 parent cb06b38 commit e199d94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/misc/usblcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ static long lcd_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
break;
default:
return -ENOTTY;
break;
}

return 0;
Expand Down

0 comments on commit e199d94

Please sign in to comment.