diff options
author | Sergey Shtylyov <[email protected]> | 2023-08-02 23:47:46 +0300 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2023-08-10 10:10:01 +0200 |
commit | c7351b46d0da5f0f1bc35187a3c924bface884e0 (patch) | |
tree | 5d2a62e18e34a289716809c99528a27239d9b195 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 137062f11ce0bed784cb6ac8310cf6aa723b2427 (diff) |
pinctrl: at91-pio4: drop useless check in atmel_conf_pin_config_dbg_show()
In atmel_conf_pin_config_dbg_show(), checking atmel_pioctrl->pins[pin_id]
against being NULL doesn't make any sense as it gets derefenced first and
the driver's probe() method immediately returns -ENOMEM when devm_kzalloc()
returns NULL for any atmel_pioctrl->pins[] element anyway, thus failing to
register the device...
Found by Linux Verification Center (linuxtesting.org) with the Svace static
analysis tool.
Signed-off-by: Sergey Shtylyov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions