commit | 083b3638d33312cd73a8950ffebaee07a9e92ba9 | [log] [tgz] |
---|---|---|
author | Vincent Heuken <me@vincentheuken.com> | Thu Jul 10 03:34:28 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 10 15:12:51 2014 -0700 |
tree | 395a6bb0f9a24b3c7cc556f2a3ebaad1fe763e51 | |
parent | a3355a62673e2c4bd8617d2f07c8edee92a89b8d [diff] |
Staging: panel: fixed frivilous else statement warning 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>