Re: fbdev: arkfb: Move a variable assignment behind a condition check in ics5342_init()

Markus Elfring <[email protected]> Sun, 19 Jul 2026 08:50:57 +0200
Newsgroups org.kernel.vger.kernel-janitors,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-fbdev,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
>> Does your understanding of programming language details differ from the=
 view of
>> SEI CERT C Coding Standard (from the Carnegie Mellon University)?
>> https://cmu-sei.github.io/secure-coding-standards/sei-cert-c-coding-sta=
ndard/rules/expressions-exp/exp34-c/
> My statement still stands.
> Try to find the difference between the code and the examples on that web=
site yourself.
> Tip: The relevant part is the "&"

Which functionality would you expect for the operator =E2=80=9Caddress of=
=E2=80=9D?

Is it applied only after a pointer dereference attempt in this case?
https://en.cppreference.com/c/language/operator_member_access


>                                   and in doubt look at the generated ass=
embly code.

Can development interests grow also according to another clarification app=
roach?

Does &((struct name *)NULL -> b) cause undefined behaviour in C11?
https://stackoverflow.com/questions/26906621/does-struct-name-null-b-cause=
-undefined-behaviour-in-c11

Regards,
Markus