From: Dominik Brodowski Date: Fri, 27 Jan 2006 18:15:02 +0000 (+0100) Subject: [PATCH] pcmcia: properly handle pseudo multi-function devices X-Git-Tag: v2.6.16-rc6~136^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d56e6d2e616bee0e712330bad06b634f007a46;p=pandora-kernel.git [PATCH] pcmcia: properly handle pseudo multi-function devices The second pseudo multi-function device of a PCMCIA card may only be configured once the first one is initialized. Therefore, delay the registration of the second device until the first one is initialized. Signed-off-by: Dominik Brodowski