Re: [PATCH 1/3] docs: gpio: mockup: Fix parameter name

2021-03-31 Thread Bartosz Golaszewski
On Wed, Mar 31, 2021 at 2:53 PM Alexander Dahl wrote: > > Hello Andy, > > Am Wed, Mar 31, 2021 at 03:27:05PM +0300 schrieb Andy Shevchenko: > > On Mon, Mar 29, 2021 at 2:18 PM Alexander Dahl wrote: > > > > > > Module probing with the parameter documented yielded this in kernel log: > > > > > >

Re: [PATCH 1/3] docs: gpio: mockup: Fix parameter name

2021-03-31 Thread Alexander Dahl
Hello Andy, Am Wed, Mar 31, 2021 at 03:27:05PM +0300 schrieb Andy Shevchenko: > On Mon, Mar 29, 2021 at 2:18 PM Alexander Dahl wrote: > > > > Module probing with the parameter documented yielded this in kernel log: > > > > gpio_mockup: unknown parameter 'gpio_named_lines' ignored > > > >

Re: [PATCH 1/3] docs: gpio: mockup: Fix parameter name

2021-03-31 Thread Andy Shevchenko
On Mon, Mar 29, 2021 at 2:18 PM Alexander Dahl wrote: > > Module probing with the parameter documented yielded this in kernel log: > > gpio_mockup: unknown parameter 'gpio_named_lines' ignored > > The parameter documented did not match the parameter actually > implemented with commit 8a68e

Re: [PATCH 1/3] docs: gpio: mockup: Fix parameter name

2021-03-31 Thread Bartosz Golaszewski
On Mon, Mar 29, 2021 at 1:17 PM Alexander Dahl wrote: > > Module probing with the parameter documented yielded this in kernel log: > > gpio_mockup: unknown parameter 'gpio_named_lines' ignored > > The parameter documented did not match the parameter actually > implemented with commit 8a68e