OSDN Git Service

staging: media: omap4iss: Fixed else after return or break warning
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Thu, 2 Oct 2014 19:09:47 +0000 (22:09 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 20:51:03 +0000 (13:51 -0700)
commitae357388c2b6e9fcdec04a9265968c666a57876b
tree1ee8637061fb8030a61936f72732421c8eb2a89f
parentbc394a39cbbbce3e9672303d5c5fc3d7c7b93f19
staging: media: omap4iss: Fixed else after return or break warning

The following patch fixes the checkpatch.pl warning:

drivers/staging/media/omap4iss/iss_ipipe.c:184 warning: else is not generally useful after a break or return

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/omap4iss/iss_ipipe.c