[0/2] can: esd_usb: More preparation before supporting esd CAN-USB/3 (addendum)

Message ID 20230523173105.3175086-1-frank.jungclaus@esd.eu
Headers
Series can: esd_usb: More preparation before supporting esd CAN-USB/3 (addendum) |

Message

Frank Jungclaus May 23, 2023, 5:31 p.m. UTC
  While trying to again merge my code changes for CAN-USB/3, I came
across some more places where it could make sense to change them
analogous to the previous clean-up patch series [1].

[1] [PATCH v2 0/6] can: esd_usb: More preparation before supporting esd CAN-USB/3
Link: https://lore.kernel.org/all/20230519195600.420644-1-frank.jungclaus@esd.eu/

Frank Jungclaus (2):
  can: esd_usb: Make use of kernel macros BIT() and GENMASK()
  can: esd_usb: Use consistent prefix ESD_USB_ for macros

 drivers/net/can/usb/esd_usb.c | 41 +++++++++++++++++------------------
 1 file changed, 20 insertions(+), 21 deletions(-)


base-commit: ef43ce2c3a1879b3d2f021124c199817d64966d2
  

Comments

Marc Kleine-Budde May 24, 2023, 7:15 a.m. UTC | #1
On 23.05.2023 19:31:03, Frank Jungclaus wrote:
> While trying to again merge my code changes for CAN-USB/3, I came
> across some more places where it could make sense to change them
> analogous to the previous clean-up patch series [1].
> 
> [1] [PATCH v2 0/6] can: esd_usb: More preparation before supporting esd CAN-USB/3
> Link: https://lore.kernel.org/all/20230519195600.420644-1-frank.jungclaus@esd.eu/

Applied to linux-can-next.

Thanks,
Marc