From: Dominik Brodowski Date: Sat, 17 Apr 2010 15:37:33 +0000 (+0200) Subject: pcmcia: avoid late calls to pccard_validate_cis X-Git-Tag: v2.6.34-rc6~82^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8408c17d0038b76a83affb1b56dc18fa1e7ed86;p=pandora-kernel.git pcmcia: avoid late calls to pccard_validate_cis pccard_validate_cis() nowadays destroys the CIS cache. Therefore, calling it after card setup should be avoided. We can't control the deprecated PCMCIA ioctl (which is only used on ARM nowadays), but we can avoid -- and report -- any other calls. Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed