[PATCH] PCMCIA: fix drivers broken by recent cleanup
authorDaniel Ritz <daniel.ritz-ml@swissonline.ch>
Fri, 8 Dec 2006 17:07:01 +0000 (18:07 +0100)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 12 Jan 2007 02:24:39 +0000 (18:24 -0800)
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 <daniel.ritz@gmx.ch>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found