linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stanislaw Gruszka <sgruszka@redhat.com>
To: Kirill Tkhai <tkhai@yandex.ru>
Cc: linux-wireless@vger.kernel.org, ivdoorn@gmail.com,
	gwingerde@gmail.com, helmut.schaa@googlemail.com
Subject: Re: [PATCH] rt2x00_pci: Fix interrupt handler name (visible at /proc/interrupts)
Date: Wed, 2 Oct 2013 11:16:34 +0200	[thread overview]
Message-ID: <20131002091634.GD1442@redhat.com> (raw)
In-Reply-To: <459361380660046@web2g.yandex.ru>

On Wed, Oct 02, 2013 at 12:40:46AM +0400, Kirill Tkhai wrote:
> Currently driver name is wrong. PCI device address is visible at
> /proc/interrupts instead of the name:
> 
>  43:    124      0      0      0   PCI-MSI-edge    rtsx_pci
>  44:    384      0      0      0   PCI-MSI-edge    snd_hda_intel
>  45:  25096      0      0      0   PCI-MSI-edge    0000:01:00.0
>                                                    ^^^^^^^^^^^^
> 
> So, pass the right name. rt2x00_ops->name contains KBUILD_MODNAME
> and good for that, so pass it.
> 
> Handler names will be "rt2500pci", "rt2500pci" etc.

Looks sane. I was afraid that is not possible to have two or more
interrupts with the same name, but that's not true.

Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>

Stanislaw

      reply	other threads:[~2013-10-02  9:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-01 20:40 [PATCH] rt2x00_pci: Fix interrupt handler name (visible at /proc/interrupts) Kirill Tkhai
2013-10-02  9:16 ` Stanislaw Gruszka [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=20131002091634.GD1442@redhat.com \
    --to=sgruszka@redhat.com \
    --cc=gwingerde@gmail.com \
    --cc=helmut.schaa@googlemail.com \
    --cc=ivdoorn@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=tkhai@yandex.ru \
    /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).