Merge tag 'fbdev-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Aug 2023 15:43:55 +0000 (17:43 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Aug 2023 15:43:55 +0000 (17:43 +0200)
commitb5cab28be6ccf08237078b675fc1d446679779ba
tree3c51b49ab2e5c30b3dfb448c741be3f0bf24da7e
parent2383ffc41a7c701c058f6bb18030cd569aecd541
parent0650d5098f8b6b232cd5ea0e15437fc38f7d63ba
Merge tag 'fbdev-for-6.5-rc7' of git://git./linux/kernel/git/deller/linux-fbdev

Pull fbdev fixes and cleanups from Helge Deller:

 - various code cleanups in amifb, atmel_lcdfb, ssd1307fb, kyro and
   goldfishfb

* tag 'fbdev-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev:
  fbdev: goldfishfb: Do not check 0 for platform_get_irq()
  fbdev: atmel_lcdfb: Remove redundant of_match_ptr()
  fbdev: kyro: Remove unused declarations
  fbdev: ssd1307fb: Print the PWM's label instead of its number
  fbdev: mmp: fix value check in mmphw_probe()
  fbdev: amifb: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper