All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arjan van de Ven <arjanv@redhat.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: margitsw@t-online.de
Subject: Re: [PATCH] prism54 use set_pci_mwi()
Date: Mon, 05 Jul 2004 10:26:27 +0200	[thread overview]
Message-ID: <1089015987.2805.3.camel@laptop.fenrus.com> (raw)
In-Reply-To: <200407011909.i61J90GF006580@hera.kernel.org>

[-- Attachment #1: Type: text/plain, Size: 518 bytes --]


> diff -Nru a/drivers/net/wireless/prism54/islpci_hotplug.c b/drivers/net/wireless/prism54/islpci_hotplug.c
> --- a/drivers/net/wireless/prism54/islpci_hotplug.c	2004-07-01 12:09:09 -07:00
> +++ b/drivers/net/wireless/prism54/islpci_hotplug.c	2004-07-01 12:09:09 -07:00
> @@ -321,6 +321,9 @@
>  	DEBUG(SHOW_TRACING, "%s: pci_set_master(pdev)\n", DRV_NAME);
>  	pci_set_master(pdev);
>  
> +	/* enable MWI */
> +	pci_set_mwi(pdev);
> +

pci_set_mwi() has a return value that you're supposed to check.....

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

       reply	other threads:[~2004-07-05  8:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200407011909.i61J90GF006580@hera.kernel.org>
2004-07-05  8:26 ` Arjan van de Ven [this message]
2004-07-05  9:32 [PATCH] prism54 use set_pci_mwi() Margit Schubert-While

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=1089015987.2805.3.camel@laptop.fenrus.com \
    --to=arjanv@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=margitsw@t-online.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.