commit | 5617c599bbb09bfbee370e1cdb479d08bcd07559 | [log] [tgz] |
---|---|---|
author | Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> | Mon Feb 19 16:02:48 2018 +0100 |
committer | Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> | Tue Mar 13 18:12:09 2018 +0100 |
tree | 8f03b4c63159d31b72b60be7e73587dc66e02a7d | |
parent | 0c8efd610b58cb23cefdfa12015799079aef94ae [diff] |
auxdisplay: panel: Change comments to silence fallthrough warnings Compiling with W=1 with gcc 7.2.0 gives 3 warnings like: drivers/auxdisplay/panel.c: In function ‘panel_process_inputs’: drivers/auxdisplay/panel.c:1374:17: warning: this statement may fall through [-Wimplicit-fallthrough=] Cc: Willy Tarreau <w@1wt.eu> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>