[linux-yocto][linux-yocto v5.15/standard/ti-sdk-5.10/ti-j72xx][PATCH] media: platform: vxe-vxd: Remove the redundant function umin()

2024-04-18 Thread Xulin Sun via lists.yoctoproject.org
commit cf716d5a0dd86f6 (minmax: add umin(a, b) and umax(a, b)) introduces the definition umin() in include/linux/minmax.h, remove the redundant function umin() in the file h264_secure_parser.c to fix below building issue: drivers/media/platform/vxe-vxd/decoder/h264_secure_parser.c:174:28: note: in

Re: [linux-yocto][linux-yocto v5.15/standard/ti-sdk-5.10/ti-j72xx][PATCH] media: platform: vxe-vxd: Remove the redundant function umin()

2024-04-22 Thread Bruce Ashfield
merged Bruce In message: [linux-yocto][linux-yocto v5.15/standard/ti-sdk-5.10/ti-j72xx][PATCH] media: platform: vxe-vxd: Remove the redundant function umin() on 18/04/2024 Xulin Sun wrote: > commit cf716d5a0dd86f6 (minmax: add umin(a, b) and umax(a, b)) introduces > the definition umi