Merge tag 'hid-for-linus-2023121901' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Dec 2023 00:47:21 +0000 (16:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Dec 2023 00:47:21 +0000 (16:47 -0800)
commit3f10e214a9de738832b357a58b605c2fbd23aa96
treefa6406e631a72a864b3f534d43ba2180bd52bb8e
parent2cf4f94d8e8646803f8fb0facf134b0cd7fb691a
parent6eb04ca8c52e3f8c8ea7102ade81d642eee87f4a
Merge tag 'hid-for-linus-2023121901' of git://git./linux/kernel/git/hid/hid

Pull HID fixes from Jiri Kosina:

 - fix for division by zero in Nintendo driver when generic joycon is
   attached, reported and fixed by SteamOS folks (Guilherme G. Piccoli)

 - GCC-7 build fix (which is a good cleanup anyway) for Nintendo driver
   (Ryan McClelland)

* tag 'hid-for-linus-2023121901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
  HID: nintendo: Prevent divide-by-zero on code
  HID: nintendo: fix initializer element is not constant error