Re: [PATCH v3 1/1] pps: generators: pps_gen_parport: Switch to use module_parport_driver()

From: Andy Shevchenko
Date: Mon Feb 07 2022 - 09:21:16 EST


On Mon, Feb 07, 2022 at 03:16:52PM +0200, Andy Shevchenko wrote:
> Switch to use module_parport_driver() to reduce boilerplate code.

...

> v3: added Ack (Rodolfo), Cc'ed to Greg for picking it up

> + if (send_delay > SEND_DELAY_MAX) {
> + pr_err("delay value should be not greater then %d\n", SEND_DELAY_MAX);
> + return -EINVAL;

Argh!

This has been derived from v1 and not v2, sorry.
v4 will be sent to address this.


> + }


--
With Best Regards,
Andy Shevchenko