diff options
author | Ovidiu Panait <ovpanait@gmail.com> | 2022-08-29 20:02:03 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-09-13 11:32:48 +0200 |
commit | 3f351cd358a3581844f3cacdfe60710bf925d75d (patch) | |
tree | 546f6c4cbfc93a9ee9436645fc3aedfe48beff0c /include/init.h | |
parent | 3a6948ce711b8c7692a3e717021cc2b47e69fce7 (diff) | |
download | u-boot-3f351cd358a3581844f3cacdfe60710bf925d75d.tar.gz |
cpu: microblaze: add error handling in microblaze_cpu_get_desc()
Check snprintf() return value for errors.
Make microblaze_cpu_get_desc() directly return snprintf() error code if
ret < 0. Otherwise, if the return value is greater than or equal to size,
the resulting string is truncated, so return -ENOSPC.
Fixes: 816226d27e ("cpu: add CPU driver for microblaze")
Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
Link: https://lore.kernel.org/r/20220829170205.1274484-2-ovpanait@gmail.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'include/init.h')
0 files changed, 0 insertions, 0 deletions