These is the last set of patches to fix all the relevant patchwork warnings (TM). To: Stanimir Varbanov <stanimir.k.varbanov@xxxxxxxxx> To: Vikash Garodia <quic_vgarodia@xxxxxxxxxxx> To: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> To: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> To: Hans Verkuil <hverkuil@xxxxxxxxx> Cc: linux-media@xxxxxxxxxxxxxxx Cc: linux-arm-msm@xxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Signed-off-by: Ricardo Ribalda <ribalda@xxxxxxxxxxxx> Changes in v4: - Remove all merged patches - Improve commit messages. - media: Remove timeperframe from inst - Ignore 0 fps (Thanks Hans) - Link to v3: https://lore.kernel.org/r/20240429-fix-cocci-v3-0-3c4865f5a4b0@xxxxxxxxxxxx Changes in v3: Thanks Bryan, Dan, Markus, Sakary and Hans - Improve commit messages. - Use div64_u64 when possible - Link to v2: https://lore.kernel.org/r/20240419-fix-cocci-v2-0-2119e692309c@xxxxxxxxxxxx Changes in v2: - Remove all the min() retval, and send a patch for cocci: https://lore.kernel.org/lkml/20240415-minimax-v1-1-5feb20d66a79@xxxxxxxxxxxx/T/#u - platform_get_irq() cannot return 0, fix that (Thanks Dan). - Fix stb0800 patch. chip_id can be 0 (Thanks Dan). - Use runtime (IS_ENABLED), code looks nicer. (Thanks Dan). - Do not replace do_div for venus (Thanks Dan). - Do not replace do_div for tda10048 (Thanks Dan). - Link to v1: https://lore.kernel.org/r/20240415-fix-cocci-v1-0-477afb23728b@xxxxxxxxxxxx --- Ricardo Ribalda (6): media: dvb-frontends: tda10048: Make the range of z explicit. media: venus: vdec: Ignore parm smaller than 1fps media: venus: venc: Ignore parm smaller than 1fps media: venus: Remove timeperframe from inst media: venus: venc: Make the range of us_per_frame explicit media: venus: vdec: Make the range of us_per_frame explicit drivers/media/dvb-frontends/tda10048.c | 4 +++- drivers/media/platform/qcom/venus/core.h | 2 -- drivers/media/platform/qcom/venus/vdec.c | 24 +++++++++++------------- drivers/media/platform/qcom/venus/venc.c | 25 +++++++++++-------------- 4 files changed, 25 insertions(+), 30 deletions(-) --- base-commit: ab2fd4a0ca26f3b4a7764f51ed3326ab89ab3213 change-id: 20240415-fix-cocci-2df3ef22a6f7 Best regards, -- Ricardo Ribalda <ribalda@xxxxxxxxxxxx>