Re: [PATCH] Greybus audio protocols drivers: correct sscanf() return value check

From: Dan Carpenter

Date: Mon May 11 2026 - 05:24:24 EST


On Sun, May 10, 2026 at 08:41:43PM +0200, Alexander A. Klimov wrote:
> manager_sysfs_add_store() passes 6 pointers to sscanf(),
> but required latter to return 7 which always failed the operation.
> I corrected it to 6.
>
> Signed-off-by: Alexander A. Klimov <grandmaster@xxxxxxxxxxxx>
> ---

This needs a Fixes tag.

Fixes: 49b9137a6002 ("staging: greybus: audio: remove redundant slot field")

You need to add Pankaj Bharadiya <pankaj.bharadiya@xxxxxxxxx> to the
CC list. Although that patch is from 10 years ago so it means no one is
using this.

regards,
dan carpenter