提交 a13afa49 编写于 作者: S Sachin Kamat 提交者: Tomi Valkeinen

video: kyro: Remove redundant break

'break' after return statement is redundant. Remove it.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 e72d649c
......@@ -623,7 +623,6 @@ static int kyrofb_ioctl(struct fb_info *info,
"command instead.\n");
return -EINVAL;
}
break;
case KYRO_IOCTL_UVSTRIDE:
if (copy_to_user(argp, &deviceInfo.ulOverlayUVStride, sizeof(unsigned long)))
return -EFAULT;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册