mirror of https://gitee.com/openkylin/linux.git
video: kyro: Remove redundant break
'break' after return statement is redundant. Remove it. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
e72d649cf8
commit
a13afa4923
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue