diff options
author | Jiasheng Jiang <[email protected]> | 2022-01-11 15:34:11 +0800 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2022-09-28 21:10:57 +0930 |
commit | 35af9fb49bc5c6d61ef70b501c3a56fe161cce3e (patch) | |
tree | af342474cb4eba49b16d434825e5db7ced98be3a /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 89a286fb153643b9b0f6e78160857f86eef16ba5 (diff) |
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 <[email protected]>
Reviewed-by: Eddie James <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions