diff options
author | Ricardo Ribalda <ribalda@chromium.org> | 2024-04-10 23:54:42 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-04-15 13:42:39 +0200 |
commit | f1411be0462c8e8826fe2cb5908bd169b9eac597 (patch) | |
tree | f3674693736d89c0c03de2d58f24eccf74cc02f8 /Kconfig | |
parent | media: v4l2-ctrls-core.c: Do not use iterator outside loop (diff) | |
download | linux-f1411be0462c8e8826fe2cb5908bd169b9eac597.tar.xz linux-f1411be0462c8e8826fe2cb5908bd169b9eac597.zip |
media: adv7180: Only request valids IRQs
i2c_device_probe(), seems to assume that irq = 0 means that there is no
irq to request.
The driver also believes that on the clean path. So lets be consistent
here.
Also make smatch happy.
Fix:
drivers/media/i2c/adv7180.c:1526 adv7180_probe() warn: 'client->irq' from request_threaded_irq() not released on lines: 1526
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions