[PATCH 1/3] media: cx231xx: Convert enum into a define
Hans Verkuil
hverkuil at xs4all.nl
Thu Feb 20 07:12:38 PST 2025
On 2/20/25 15:06, Andy Shevchenko wrote:
> On Thu, Feb 20, 2025 at 02:55:42PM +0100, Hans Verkuil wrote:
>> On 12/3/24 09:31, Mauro Carvalho Chehab wrote:
>
> ...
>
>> ORing enums is really not a good idea: you would normally never do that, and
>
> I think you missed a keyword "different", so "ORing different enums ..."
> which I totally agree on, but the same enum values are fine.
While the compiler might be happy with that, I think ORing enums regardless
is weird. It's not what enums are for.
Regards,
Hans
>
>> the compiler warning is IMHO appropriate.
>
More information about the linux-arm-kernel
mailing list