[GIT PULL] auxdisplay for v4.16-rc6

From: Miguel Ojeda
Date: Tue Mar 13 2018 - 14:47:17 EST


Hi Linus,

Please pull these small changes to silence a few warnings in auxdisplay.

This is my first pull request, so if there is anything wrong, please let
me know!

Also, note that for the moment my PGP/GPG key is only signed by 2 other
kernel maintainers and that we did it over email/Skype. I used GitHub
as well for the same reason.

Cheers,
Miguel Ojeda

The following changes since commit 0c8efd610b58cb23cefdfa12015799079aef94ae:

Linux 4.16-rc5 (2018-03-11 17:25:09 -0700)

are available in the git repository at:

https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v4.16-rc6

for you to fetch changes up to 26a2c54d03bd514fb3d3520706f911b3ca56b011:

auxdisplay: img-ascii-lcd: Silence 2 uninitialized warnings (2018-03-13 18:16:38 +0100)

----------------------------------------------------------------
Silence a few warnings in auxdisplay.

- A couple of uninitialized warnings reported by the build service.

- A doc comment warning under W=1.

- Three fall through comments not recognized under W=1.

----------------------------------------------------------------
Miguel Ojeda (3):
auxdisplay: panel: Change comments to silence fallthrough warnings
auxdisplay: img-ascii-lcd: Fix doc comment to silence warnings
auxdisplay: img-ascii-lcd: Silence 2 uninitialized warnings

drivers/auxdisplay/img-ascii-lcd.c | 6 +++---
drivers/auxdisplay/panel.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)