diff options
author | Jiasheng Jiang <jiasheng@iscas.ac.cn> | 2022-01-11 10:34:11 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-09-28 14:40:57 +0300 |
commit | 35af9fb49bc5c6d61ef70b501c3a56fe161cce3e (patch) | |
tree | af342474cb4eba49b16d434825e5db7ced98be3a /drivers/hwmon | |
parent | 89a286fb153643b9b0f6e78160857f86eef16ba5 (diff) | |
download | linux-35af9fb49bc5c6d61ef70b501c3a56fe161cce3e.tar.xz |
fsi: core: Check error number after calling ida_simple_get
If allocation fails, the ida_simple_get() will return error number.
So master->idx could be error number and be used in dev_set_name().
Therefore, it should be better to check it and return error if fails,
like the ida_simple_get() in __fsi_get_new_minor().
Fixes: 09aecfab93b8 ("drivers/fsi: Add fsi master definition")
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Reviewed-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20220111073411.614138-1-jiasheng@iscas.ac.cn
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'drivers/hwmon')
0 files changed, 0 insertions, 0 deletions