DORMANTno replies

[PATCH 5/6] video: kyro: Remove redundant break

From: Sachin Kamat <hidden>
Date: 2013-09-25 11:41:53
Subsystem: framebuffer layer, the rest · Maintainers: Helge Deller, Linus Torvalds

'break' after return statement is redundant. Remove it.

Signed-off-by: Sachin Kamat <redacted>
Cc: Paul Mundt <redacted>
---
 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 c82f040..79bfb5c 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;
-- 
1.7.9.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help