Staging: panel: fixed frivilous else statement warning
authorVincent Heuken <me@vincentheuken.com>
Thu, 10 Jul 2014 10:34:28 +0000 (03:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jul 2014 22:12:51 +0000 (15:12 -0700)
Fixed one instance of the following checkpatch.pl warning in
panel.c:
WARNING: else is not generally useful after a break or return

Signed-off-by: Vincent Heuken <me@vincentheuken.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found