Re: [PATCH 2/9] pinctrl: Combine two seq_puts() calls into one call in two functions

From: Andy Shevchenko
Date: Wed May 03 2017 - 13:47:44 EST


On Tue, May 2, 2017 at 12:22 PM, SF Markus Elfring
<elfring@xxxxxxxxxxxxxxxxxxxxx> wrote:
> From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> Date: Mon, 1 May 2017 22:42:13 +0200
>
> Some text was put into a sequence by two separate function calls.
> Print the same data by a single function call instead.

I don't see a benefit here, sorry.
This is slow path in any case (printing is slow). Currently code is
neat, you do it slightly harder to parse.


--
With Best Regards,
Andy Shevchenko