[git:dtv-scan-tables/master] dvb-t/at-All: add Salzburg/Gaisberg dvb-t2 transponders

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: dvb-t/at-All: add Salzburg/Gaisberg dvb-t2 transponders Author: Yarny Date:Sun Mar 24 10:39:56 2024 + Adds a missing dvb-t2

[git:media_stage/master] media: intel/ipu6: Don't re-allocate memory for firmware

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: Don't re-allocate memory for firmware Author: Sakari Ailus Date:Thu May 2 16:49:50 2024 +0100 The ipu6 driver allocated vmalloc memory for the firmware if

[git:media_stage/master] media: stb0899: Simplify check

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: stb0899: Simplify check Author: Ricardo Ribalda Date:Mon Apr 29 16:04:41 2024 +0100 chip_id is an unsigned number, it can never be < 0 Fixes cocci check:

[git:media_stage/master] media: pci: mgb4: Refactor struct resources

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pci: mgb4: Refactor struct resources Author: Ricardo Ribalda Date:Mon Apr 29 16:04:40 2024 +0100 The struct resource end field signifies the end address not the relative offset from

[git:media_stage/master] media: staging: media: starfive: Clean pad selection in isp_try_format()

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: starfive: Clean pad selection in isp_try_format() Author: Changhuang Liang Date:Tue Mar 12 02:45:20 2024 + The code to select isp_dev->formats[] is overly

[git:media_stage/master] media: uvcvideo: Use max() macro

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uvcvideo: Use max() macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:43 2024 +0100 It makes the code slightly more clear and makes cocci incredibly happy:

[git:media_stage/master] media: go7007: Use min and max macros

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: go7007: Use min and max macros Author: Ricardo Ribalda Date:Mon Apr 29 16:04:44 2024 +0100 Replace ternary inline selection of f1 and f2 min max values with min() and max() helper

[git:media_stage/master] media: staging: sun6i-isp: Remove redundant printk

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: sun6i-isp: Remove redundant printk Author: Ricardo Ribalda Date:Mon Apr 29 16:04:46 2024 +0100 platform_get_irq() already prints an error for us. Found by cocci:

[git:media_stage/master] media: staging: media: tegra-video: Use swap macro

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: tegra-video: Use swap macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:49 2024 +0100 Makes the code simpler and cocci happier:

[git:media_stage/master] media: stm32-dcmipp: Remove redundant printk

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: stm32-dcmipp: Remove redundant printk Author: Ricardo Ribalda Date:Mon Apr 29 16:04:45 2024 +0100 platform_get_irq() already prints an error message. Also platform_get_irq() can

[git:media_stage/master] media: dvb-frontends: tda18271c2dd: Remove casting during div

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-frontends: tda18271c2dd: Remove casting during div Author: Ricardo Ribalda Date:Mon Apr 29 16:04:47 2024 +0100 do_div() divides 64 bits by 32. We were adding a casting to the

[git:media_stage/master] media: s2255: Use refcount_t instead of atomic_t for num_channels

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: s2255: Use refcount_t instead of atomic_t for num_channels Author: Ricardo Ribalda Date:Mon Apr 29 16:04:50 2024 +0100 Use an API that resembles more the actual use of num_channels.

[git:media_stage/master] media: dvb-frontends: tda10048: Fix integer overflow

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-frontends: tda10048: Fix integer overflow Author: Ricardo Ribalda Date:Mon Apr 29 16:05:04 2024 +0100 state->xtal_hz can be up to 16M, so it can overflow a 32 bit integer when

[git:media_stage/master] media: platform: mtk-mdp3: Use refcount_t for job_count

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: mtk-mdp3: Use refcount_t for job_count Author: Ricardo Ribalda Date:Mon Apr 29 16:04:51 2024 +0100 Use an API that resembles more the actual use of job_count. Found by

[git:media_stage/master] media: common: saa7146: Use min macro

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: common: saa7146: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:52 2024 +0100 Simplifies the code. Found by cocci: drivers/media/common/saa7146/saa7146_hlp.c:125:36-37:

[git:media_stage/master] media: netup_unidvb: Use min macro

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: netup_unidvb: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:54 2024 +0100 Simplify the code. Found by cocci:

[git:media_stage/master] media: dvb-frontends: drx39xyj: Use min macro

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-frontends: drx39xyj: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:53 2024 +0100 Replace ternary assignments with min() to simplify and make the code more readable.

[git:media_stage/master] media: au0828: Use umin macro

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: au0828: Use umin macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:55 2024 +0100 Simplifies the code. Found by cocci: drivers/media/usb/au0828/au0828-video.c:605:11-12: WARNING

[git:media_stage/master] media: flexcop-usb: Use min macro

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: flexcop-usb: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:56 2024 +0100 Simplifies the code. Found by cocci: drivers/media/usb/b2c2/flexcop-usb.c:201:8-9: WARNING

[git:media_stage/master] media: i2c: st-mipid02: Use the correct div function

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: st-mipid02: Use the correct div function Author: Ricardo Ribalda Date:Mon Apr 29 16:05:00 2024 +0100 link_freq does not fit in 32 bits. Found by cocci:

[git:media_stage/master] media: tegra-vde: Refactor timeout handling

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tegra-vde: Refactor timeout handling Author: Ricardo Ribalda Date:Mon Apr 29 16:04:59 2024 +0100 Reorder the branches a bit, so cocci stops complaining about the code.

[git:media_stage/master] media: stk1160: Use min macro

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: stk1160: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:58 2024 +0100 Instead of a custom min() implementation, use the real macro. Mitigates the following cocci

[git:media_stage/master] media: gspca: cpia1: Use min macro

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: gspca: cpia1: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:57 2024 +0100 Simplifies the code. Found by cocci: drivers/media/usb/gspca/cpia1.c:607:30-31: WARNING

[git:media_stage/master] media: tc358746: Use the correct div_ function

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tc358746: Use the correct div_ function Author: Ricardo Ribalda Date:Mon Apr 29 16:05:01 2024 +0100 fin does not fit in 32 bits in some arches. Found by cocci:

[git:media_stage/master] media: mtk-vcodec: potential null pointer deference in SCP

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: potential null pointer deference in SCP Author: Fullway Wang Date:Thu Jan 18 02:35:06 2024 + The return value of devm_kzalloc() needs to be checked to avoid NULL

[git:media_stage/master] media: mxl5xx: Move xpt structures off stack

2024-05-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mxl5xx: Move xpt structures off stack Author: Nathan Chancellor Date:Fri Jan 12 00:40:36 2024 + When building for LoongArch with clang 18.0.0, the stack usage of probe() is