ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*
authorTakashi Iwai <tiwai@suse.de>
Fri, 10 Jun 2011 14:36:37 +0000 (16:36 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 10 Jun 2011 14:36:37 +0000 (16:36 +0200)
The name argument of request_irq() appears in /proc/interrupts, and
it's quite ugly when the name entry contains a space or special letters.
In general, it's simpler and more readable when the module name appears
there, so let's replace all entries with KBUILD_MODNAME.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found