From a13afa4923a02499ff6295dcf5ef700e4baa755a Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Wed, 25 Sep 2013 16:59:53 +0530 Subject: [PATCH] video: kyro: Remove redundant break 'break' after return statement is redundant. Remove it. Signed-off-by: Sachin Kamat Cc: Paul Mundt Signed-off-by: Tomi Valkeinen --- drivers/video/kyro/fbdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/kyro/fbdev.c b/drivers/video/kyro/fbdev.c index c82f0400d7d2..79bfb5c38409 100644 --- a/drivers/video/kyro/fbdev.c +++ b/drivers/video/kyro/fbdev.c @@ -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; -- 2.34.1