mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: PATCH: fix whiteheat always returning -EFAULT
Date: Fri, 21 Mar 2003 10:49:10 -0800	[thread overview]
Message-ID: <20030321184910.GA15561@kroah.com> (raw)
In-Reply-To: <200303211950.h2LJo40o026043@hraefn.swansea.linux.org.uk>

On Fri, Mar 21, 2003 at 07:50:04PM +0000, Alan Cox wrote:
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/drivers/usb/serial/whiteheat.c linux-2.5.65-ac2/drivers/usb/serial/whiteheat.c
> --- linux-2.5.65/drivers/usb/serial/whiteheat.c	2003-02-10 18:38:18.000000000 +0000
> +++ linux-2.5.65-ac2/drivers/usb/serial/whiteheat.c	2003-03-06 22:00:28.000000000 +0000
> @@ -783,7 +783,7 @@
>  			if (info->mcr & UART_MCR_RTS)
>  				modem_signals |= TIOCM_RTS;
>  			
> -			if (copy_to_user((unsigned int *)arg, &modem_signals, sizeof(unsigned int)));
> +			if (copy_to_user((unsigned int *)arg, &modem_signals, sizeof(unsigned int)))

Already in Linus's latest -bk tree :)

thanks,

greg k-h

      reply	other threads:[~2003-03-21 21:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-21 19:50 Alan Cox
2003-03-21 18:49 ` Greg KH [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=20030321184910.GA15561@kroah.com \
    --to=greg@kroah.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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

all inboxes | Powered by JetHome®