Re: [PATCH 5.4 1/2] can: grcan: grcan_probe(): fix broken system id check for errata workaround needs

From: Greg KH
Date: Thu May 12 2022 - 09:46:25 EST


On Wed, May 11, 2022 at 11:35:02AM +0200, Andreas Larsson wrote:
> backport of commit 1e93ed26acf03fe6c97c6d573a10178596aadd43 upstream.
>
> The systemid property was checked for in the wrong place of the device
> tree and compared to the wrong value.
>
> Fixes: 6cec9b07fe6a ("can: grcan: Add device driver for GRCAN and GRHCAN cores")
> Link: https://lore.kernel.org/all/20220429084656.29788-3-andreas@xxxxxxxxxxx
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Andreas Larsson <andreas@xxxxxxxxxxx>
> Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
> ---
> drivers/net/can/grcan.c | 16 +++++++++++-----
> 1 file changed, 11 insertions(+), 5 deletions(-)

All backports now queued up, thanks.

greg k-h