]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'auxdisplay-for-linus-v4.16-rc6' of git://github.com/ojeda/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Mar 2018 16:46:14 +0000 (09:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Mar 2018 16:46:14 +0000 (09:46 -0700)
commit9e2e01bd2c5652321eca53cd1338c973f9666313
tree52359a9fbaf1cdd8f3353c8d0547b541352bc598
parent5537b3994e4a9abd4231ef2a62cde7475141cbef
parent56d5a17c9a9f63a92ed589d5f9e4c1f9c7632baf
Merge tag 'auxdisplay-for-linus-v4.16-rc6' of git://github.com/ojeda/linux

Pull auxdisplay fixes from Miguel Ojeda:
 "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"

* tag 'auxdisplay-for-linus-v4.16-rc6' of git://github.com/ojeda/linux:
  auxdisplay: img-ascii-lcd: Silence 2 uninitialized warnings
  auxdisplay: img-ascii-lcd: Fix doc comment to silence warnings
  auxdisplay: panel: Change comments to silence fallthrough warnings