[PATCH] pcmcia: add pcmcia to IRQ information
Add a devname parameter to the pcmcia_device structure, fills it with "pcmcia<bus_id>" in pcmcia_device_add, and passes it to request_irq in pcmcia_request_irq. Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d3feb1844a
commit
bd65a68574
@@ -151,6 +151,8 @@ struct pcmcia_device {
|
||||
uniquely define a pcmcia_device */
|
||||
struct pcmcia_socket *socket;
|
||||
|
||||
char *devname;
|
||||
|
||||
u8 device_no;
|
||||
|
||||
/* the hardware "function" device; certain subdevices can
|
||||
|
||||
Reference in New Issue
Block a user