The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: linux-kernel@vger.kernel.org
Cc: Rodolfo Giometti <giometti@enneenne.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v3 1/1] pps: generators: pps_gen_parport: Switch to use module_parport_driver()
Date: Mon, 7 Feb 2022 16:13:40 +0200	[thread overview]
Message-ID: <YgEpFCPX+sjDPlU+@smile.fi.intel.com> (raw)
In-Reply-To: <20220207131652.13316-1-andriy.shevchenko@linux.intel.com>

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



      reply	other threads:[~2022-02-07 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-07 13:16 [PATCH v3 1/1] pps: generators: pps_gen_parport: Switch to use module_parport_driver() Andy Shevchenko
2022-02-07 14:13 ` Andy Shevchenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YgEpFCPX+sjDPlU+@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=giometti@enneenne.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox