[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250724135224.GA1266901@horms.kernel.org>
Date: Thu, 24 Jul 2025 14:52:24 +0100
From: Simon Horman <horms@...nel.org>
To: Jimmy Assarsson <extja@...ser.com>
Cc: linux-can@...r.kernel.org, Jimmy Assarsson <jimmyassarsson@...il.com>,
Marc Kleine-Budde <mkl@...gutronix.de>,
Vincent Mailhol <mailhol.vincent@...adoo.fr>,
netdev@...r.kernel.org
Subject: Re: [PATCH v3 08/10] can: kvaser_pciefd: Expose device firmware
version via devlink info_get()
On Thu, Jul 24, 2025 at 09:30:19AM +0200, Jimmy Assarsson wrote:
...
> diff --git a/drivers/net/can/kvaser_pciefd/kvaser_pciefd_devlink.c b/drivers/net/can/kvaser_pciefd/kvaser_pciefd_devlink.c
> index 8145d25943de..4e4550115368 100644
> --- a/drivers/net/can/kvaser_pciefd/kvaser_pciefd_devlink.c
> +++ b/drivers/net/can/kvaser_pciefd/kvaser_pciefd_devlink.c
> @@ -4,7 +4,33 @@
> * Copyright (C) 2025 KVASER AB, Sweden. All rights reserved.
> */
>
> +#include "kvaser_pciefd.h"
> +
> #include <net/devlink.h>
Hi Jimmy,
Please consider squashing the two-line change above into
the previous patch in this series to avoid the following
transient Sparse warning.
.../kvaser_pciefd_devlink.c:9:26: warning: symbol 'kvaser_pciefd_devlink_ops' was not declared. Should it be static?
Thanks!
Powered by blists - more mailing lists