From: Daniel Ritz Date: Fri, 8 Dec 2006 17:07:01 +0000 (+0100) Subject: [PATCH] PCMCIA: fix drivers broken by recent cleanup X-Git-Tag: v2.6.20-rc5~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e176d397ad73ca76936e5638c2c81740dedb9d5d;p=pandora-kernel.git [PATCH] PCMCIA: fix drivers broken by recent cleanup Setting .ConfigBase and .Present is now done at the pcmcia core. The driver cleanup missed a few places where the driver did set .Present to PRESENT_OPTION and later to the values from the CIS. Setting to PRESENT_OPTION now overrides the values from the CIS. So just remove those lines. Signed-off-by: Daniel Ritz Signed-off-by: Dominik Brodowski Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed