Re: platform/x86/thinkpad_acpi: Adjustments for four function implementations

From: Joe Perches
Date: Tue Jan 02 2018 - 19:49:54 EST


On Tue, 2018-01-02 at 16:10 -0800, Darren Hart wrote:
> > > Leave those pr_ messages alone, please,
[]
> Andy and Henrique raised a few reasons why these patches should not be
> accepted:
>
> 1. This is init code (so any space savings is short lived)

Not exactly true.

The object code itself is short lived, but the
string constant of the format is not as it is
placed in const and not discarded.