[PATCH 1/3] [v2] hvc_dcc: don't ignore errors during initialization
Timur Tabi
timur at codeaurora.org
Wed Aug 19 15:51:23 PDT 2015
On 08/10/2015 04:48 AM, Will Deacon wrote:
>> >
>> > static int __init hvc_dcc_console_init(void)
>> > {
>> >+ int ret;
>> >+
>> >+ /* This always runs on boot core */
> Does this really "always run on the boot core"? I couldn't find anything
> suggesting that console_init is limited in that regard.
So this is a left-over comment from some other code that actually cared
what code this function runs on. I've removed the comment.
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.
More information about the linux-arm-kernel
mailing list