Re: [PATCH v3 00/11] can: kvaser_usb: Simplify identification of physical CAN interfaces
From: Simon Horman <horms@kernel.org>
Date: 2025-07-26 20:53:26
Also in:
linux-can
From: Simon Horman <horms@kernel.org>
Date: 2025-07-26 20:53:26
Also in:
linux-can
On Fri, Jul 25, 2025 at 02:34:41PM +0200, Jimmy Assarsson wrote:
This patch series simplifies the process of identifying which network interface (can0..canX) corresponds to which physical CAN channel on Kvaser USB based CAN interfaces. Note that this patch series is based on [1] "can: kvaser_pciefd: Simplify identification of physical CAN interfaces" Changes in v3: - Fix GCC compiler array warning (-Warray-bounds) - Fix transient Sparse warning
FTR, I confirmed that these warnings no longer appear with this version. Thanks for the updates. ...