From: Dominik Brodowski Date: Thu, 26 Oct 2006 01:49:27 +0000 (-0400) Subject: [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation X-Git-Tag: v2.6.20-rc1~34^2~20^2~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2b3b503ad1b071b66e1531caae252b4b95c847;p=pandora-kernel.git [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation struct pcmcia_device *p_dev->conf.ConfigBase and .Present are set in almost all PCMICA driver right at the beginning, using the same calls but slightly different implementations. Unfiy this in the PCMCIA core. Includes a small bugfix ("drivers/net/pcmcia/xirc2ps_cs.c: remove unused label") from and Signed-off-by Adrian Bunk Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed