[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023071842-nervy-drilling-8d26@gregkh>
Date: Tue, 18 Jul 2023 16:42:29 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Daniel Golle <daniel@...rotopia.org>
Cc: Miquel Raynal <miquel.raynal@...tlin.com>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] nvmem: core: clear sysfs attributes for each NVMEM
device
On Tue, Jul 18, 2023 at 02:55:31PM +0100, Daniel Golle wrote:
> Set nvmem_cells_group.bin_attrs to NULL in case of an NVMEM device not
> having any cells in order to make sure sysfs attributes of a previously
> registered NVMEM device are not accidentally reused for a follow-up
> device which doesn't have any cells.
>
> Fixes: 757f8b3835c9 ("nvmem: core: Expose cells through sysfs")
Where is this git commit id? I don't see it in Linus's tree.
> Signed-off-by: Daniel Golle <daniel@...rotopia.org>
> ---
> drivers/nvmem/core.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Your patches were not threaded/attached to each other either, so our
tools can't take them together. Can you fix that up and use 'git
send-email' or other such tools to have this show up properly when you
send a v2?
thanks,
greg k-h
Powered by blists - more mailing lists