[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200811071435.15934.elendil@planet.nl>
Date: Fri, 7 Nov 2008 14:35:15 +0100
From: Frans Pop <elendil@...net.nl>
To: linux-kernel@...r.kernel.org
Cc: linux@...inikbrodowski.net, linux-pcmcia@...ts.infradead.org
Subject: [PATCH] pcmcia: minor logging improvement on card detection
From: Frans Pop <elendil@...net.nl>
pcmcia: minor logging improvement on card detection
Show for which device a card has been inserted, so instead of:
pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0
print:
yenta_cardbus 0000:01:0b.0: pccard: CardBus card inserted into slot 0
This provides a more logical link between previous and following messages.
Signed-off-by: Frans Pop <elendil@...net.nl>
CC: Dominik Brodowski <linux@...inikbrodowski.net>
diff --git a/drivers/pcmcia/cs.c b/drivers/pcmcia/cs.c
index c68c5d3..c249776 100644
--- a/drivers/pcmcia/cs.c
+++ b/drivers/pcmcia/cs.c
@@ -510,7 +510,7 @@ static int socket_insert(struct pcmcia_socket *skt)
if (ret == 0) {
skt->state |= SOCKET_PRESENT;
- dev_printk(KERN_NOTICE, &skt->dev,
+ dev_printk(KERN_NOTICE, &skt->cb_dev->dev,
"pccard: %s card inserted into slot %d\n",
(skt->state & SOCKET_CARDBUS) ? "CardBus" : "PCMCIA",
skt->sock);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists