[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ziwnpt2v.fsf@nemi.mork.no>
Date: Sat, 02 Jan 2016 22:30:48 +0100
From: Bjørn Mork <bjorn@...k.no>
To: SF Markus Elfring <elfring@...rs.sourceforge.net>
Cc: linux-usb@...r.kernel.org, netdev@...r.kernel.org,
LKML <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org,
Julia Lawall <julia.lawall@...6.fr>
Subject: Re: [PATCH 2/2] net-qmi_wwan: Delete an unnecessary variable initialisation in qmi_wwan_register_subdriver()
SF Markus Elfring <elfring@...rs.sourceforge.net> writes:
> From: Markus Elfring <elfring@...rs.sourceforge.net>
> Date: Fri, 1 Jan 2016 17:35:03 +0100
>
> Omit explicit initialisation at the beginning for one local variable
> that is redefined before its first use.
This patch is unnecessary. The variable initialisation is redundant.
See the difference? Sending an unnecessary patch causes unnecessary
load on reviewers and maintainers. Keeping redundant code has no
measurable cost, and can save the same maintainers a lot of trouble
later.
I'd like to keep this particular redundant initialisation as a safe
guard against future code refactoring, causing for example the err label
to move up. Yes, I do understand that any patch with such a bug should
be rejected, but I do know what happens in the real world and how easy
it is for something like that to slip through in a stream of unnecessary
"cleanup" patches.
Reducing redundancy in the kernel is only making the code less robust.
It is harmful. Please stop. Thanks.
Bjørn
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists