]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'linux-can-next-for-5.19-20220523' of git://git.kernel.org/pub/scm/linux...
authorJakub Kicinski <kuba@kernel.org>
Mon, 23 May 2022 22:59:41 +0000 (15:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 23 May 2022 22:59:42 +0000 (15:59 -0700)
commit9fa87dd23251574a29cf948fd16cf39075762f3e
tree15d89c0219eb276432a374d020f56614ec1d24fa
parentb1e6738a2185fd7626a6187050a3edf9c38c2afe
parent8f445a3ec3fd36feb90c5b2ef8d21e2492819cdc
Merge tag 'linux-can-next-for-5.19-20220523' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next

Marc Kleine-Budde says:

====================
pull-request: can-next 2022-05-23

this is a pull request of 3 patches for net-next/master.

The first patch is by Julia Lawall and fixes a typo in the peak_usb
driver.

Jakub Kicinski contributes a patch for the kvaser_usb driver to
silence a GCC 12 -Warray-bounds warning.

The last patch is by me, target the ctucanfd platform driver and adds
a missing dependency to HAS_IOMEM.

* tag 'linux-can-next-for-5.19-20220523' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next:
  can: ctucanfd: platform: add missing dependency to HAS_IOMEM
  can: kvaser_usb: silence a GCC 12 -Warray-bounds warning
  can: peak_usb: fix typo in comment
====================

Link: https://lore.kernel.org/r/20220523201045.1708855-1-mkl@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>