[PATCH] pcmcia: minor logging improvement on card detection
Dominik Brodowski
linux at dominikbrodowski.net
Sun Nov 9 15:43:41 EST 2008
Hi,
On Fri, Nov 07, 2008 at 02:35:15PM +0100, Frans Pop wrote:
> From: Frans Pop <elendil at planet.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.
unfortunately, this won't work -- &skt->cb_dev is only available and set if
the parent device is a PCI device; therefore, &skt->dev is the only thing we
can use.
Best,
Dominik
More information about the linux-pcmcia
mailing list