Thread (27 messages) 27 messages, 5 authors, 2020-05-18

Re: [PATCH V5 2/7] soc: qcom-geni-se: Add interconnect support to fix earlycon crash

From: Akash Asthana <hidden>
Date: 2020-05-14 07:03:34
Also in: linux-arm-msm, linux-i2c, linux-serial, linux-spi

Hi Matthias,

quoted
The loop should have curly braces ("use braces when a loop contains more than
a single simple statement"), even though the compiler doesn't need them in
this case. This is not a loop, but I was told by a maintainer that it equally
applies, which makes sense.

You could avoid one level of indentation through:

if (!console_drivers)
	goto exit;
quoted
+		for_each_console(bcon)
Actually the NULL check of 'console_drivers' is not needed:

#define for_each_console(con) \
         for (con = console_drivers; con != NULL; con = con->next)
Ok, I will remove this check.


Regards,

Akash
see also:

commit caa72c3bc584bc28b557bcf1a47532a7a6f37e6f
Author: Andy Shevchenko [off-list ref]
Date:   Mon Feb 3 15:31:25 2020 +0200

     console: Drop double check for console_drivers being non-NULL
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\na Linux Foundation Collaborative Project
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help