Re: [PATCH 19/35] media: stk1160: Use min macro
From: Bryan O'Donoghue
Date: Tue Apr 23 2024 - 12:43:11 EST
On 15/04/2024 20:34, Ricardo Ribalda wrote:
Simplifies the code.
Found by cocci:
drivers/media/usb/stk1160/stk1160-video.c:133:12-13: WARNING opportunity for min()
drivers/media/usb/stk1160/stk1160-video.c:176:13-14: WARNING opportunity for min()
Signed-off-by: Ricardo Ribalda <ribalda@xxxxxxxxxxxx>
Show the commit log some love, then add
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
For patches 16 through 19.
---
bod