]> git.baikalelectronics.ru Git - kernel.git/commit
platform/mellanox: mlxbf-pmc: fix sscanf() error checking
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 15 May 2023 10:32:37 +0000 (13:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 13:03:32 +0000 (14:03 +0100)
commit740a50de9f50ff7b065b9b09334eca15c4a29438
tree62e669f464d19cba96a098a1f0704717b86c2dbf
parent91848b9a16e17c3d8c2a6c99dfc3a408b9b417a0
platform/mellanox: mlxbf-pmc: fix sscanf() error checking

commit 95e4b25192e9238fd2dbe85d96dd2f8fd1ce9d14 upstream.

The sscanf() function never returns negatives.  It returns the number of
items successfully read.

Fixes: 62da33ca9fac ("platform/mellanox: mlxbf-pmc: Add Mellanox BlueField PMC driver")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/4ccdfd28-099b-40bf-8d77-ad4ea2e76b93@kili.mountain
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/mellanox/mlxbf-pmc.c