UPSTREAM: nvmem: sprd: Fix an error message
'ret' is known to be 0 here. The expected error status is stored in 'status', so use it instead. Also change %d in %u, because status is an u32, not a int. Fixes: 096030e7f449 ("nvmem: sprd: Add Spreadtrum SoCs eFuse support") Acked-by:Chunyan Zhang <zhang.lyra@gmail.com> Signed-off-by:
Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/5bc44aace2fe7e1c91d8b35c8fe31e7134ceab2c.1620406852.git.christophe.jaillet@wanadoo.fr Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> (cherry picked from commit 20be064ec864086bca7a4eb62c772a397b44afb7) Bug: 187129171 Signed-off-by:
Connor O'Brien <connoro@google.com> Change-Id: Ia63e64c36f925ecd550fa043f33c36f7ca1fbd27
Loading
Please register or sign in to comment