diff options
author | Huai-Yuan Liu <qq810974084@gmail.com> | 2024-04-12 11:38:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-04 19:59:38 +0300 |
commit | fbf740aeb86a4fe82ad158d26d711f2f3be79b3e (patch) | |
tree | 9d4dabd8ba6d26bb0d88a12e0019fc74ef070102 /drivers/greybus/interface.c | |
parent | f866b65322bfbc8fcca13c25f49e1a5c5a93ae4d (diff) | |
download | linux-fbf740aeb86a4fe82ad158d26d711f2f3be79b3e.tar.xz |
ppdev: Add an error check in register_device
In register_device, the return value of ida_simple_get is unchecked,
in witch ida_simple_get will use an invalid index value.
To address this issue, index should be checked after ida_simple_get. When
the index value is abnormal, a warning message should be printed, the port
should be dropped, and the value should be recorded.
Fixes: 9a69645dde11 ("ppdev: fix registering same device name")
Signed-off-by: Huai-Yuan Liu <qq810974084@gmail.com>
Link: https://lore.kernel.org/r/20240412083840.234085-1-qq810974084@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/greybus/interface.c')
0 files changed, 0 insertions, 0 deletions