netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Valerie Henson <val_henson@linux.intel.com>
To: akpm@osdl.org
Cc: jeff@garzik.org, netdev@vger.kernel.org, adobriyan@gmail.com,
	linux@dominikbrodowski.net
Subject: Re: [patch 38/41] xircom_cb: wire up errors from pci_register_driver()
Date: Fri, 18 Aug 2006 15:15:36 -0700	[thread overview]
Message-ID: <20060818221536.GD20111@goober> (raw)
In-Reply-To: <200608150600.k7F60TuO012760@shell0.pdx.osdl.net>

On Mon, Aug 14, 2006 at 11:00:28PM -0700, akpm@osdl.org wrote:
> From: Alexey Dobriyan <adobriyan@gmail.com>
> 
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> Cc: Jeff Garzik <jeff@garzik.org>
> Cc: Dominik Brodowski <linux@dominikbrodowski.net>
> Cc: Valerie Henson <val_henson@linux.intel.com>
> Signed-off-by: Andrew Morton <akpm@osdl.org>

Ack.  Add my:

Signed-off-by: Valerie Henson <val_henson@linux.intel.com>

-VAL

> ---
> 
>  drivers/net/tulip/xircom_cb.c |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff -puN drivers/net/tulip/xircom_cb.c~xircom_cb-wire-up-errors-from-pci_register_driver drivers/net/tulip/xircom_cb.c
> --- a/drivers/net/tulip/xircom_cb.c~xircom_cb-wire-up-errors-from-pci_register_driver
> +++ a/drivers/net/tulip/xircom_cb.c
> @@ -1264,8 +1264,7 @@ static void investigate_write_descriptor
>  
>  static int __init xircom_init(void)
>  {
> -	pci_register_driver(&xircom_ops);
> -	return 0;
> +	return pci_register_driver(&xircom_ops);
>  }
>  
>  static void __exit xircom_exit(void)
> _
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2006-08-18 22:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-15  6:00 [patch 38/41] xircom_cb: wire up errors from pci_register_driver() akpm
2006-08-18 22:15 ` Valerie Henson [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=20060818221536.GD20111@goober \
    --to=val_henson@linux.intel.com \
    --cc=adobriyan@gmail.com \
    --cc=akpm@osdl.org \
    --cc=jeff@garzik.org \
    --cc=linux@dominikbrodowski.net \
    --cc=netdev@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;
as well as URLs for NNTP newsgroup(s).