OSDN Git Service

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

The following patch fixes the checkpatch.pl warning:

drivers/staging/media/omap4iss/iss_csi2.c:811 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_csi2.c