pcmcia: fix matching rules for pseudo-multi-function cards
authorAlexander Kurz <linux@kbdbabel.org>
Sun, 25 Apr 2010 09:44:35 +0000 (13:44 +0400)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 26 Apr 2010 18:09:07 +0000 (20:09 +0200)
Prevent PCMCIA_DEV_ID_MATCH_FUNC_ID from grabbing PFC-cards:
I changed the code, so that the first matching struct
pcmcia_device_id _PFC_ entry will mark the card has_pfc,
preventing PCMCIA_DEV_ID_MATCH_FUNC_ID to match.

[linux-pcmcia@lists.infradead.org: re-order commit message]
Signed-off-by: Alexander Kurz <linux@kbdbabel.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>

No differences found