From: Dominik Brodowski Date: Sun, 18 Oct 2009 16:14:32 +0000 (+0200) Subject: serial_cs: use pcmcia_loop_config() and pre-determined values X-Git-Tag: v2.6.33-rc1~412^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae3b84d979308671bf6f6a2123c258a8603d61c;p=pandora-kernel.git serial_cs: use pcmcia_loop_config() and pre-determined values As the PCMCIA core already determines the multifunction count, the ConfigBase address and the Present value, we can use them directly instead of parsing the CIS again. By making use of pcmcia_loop_config(), we can further remove the remaining call to pcmcia_get_first_tuple() and friends. CC: linux-serial@vger.kernel.org CC: Russell King Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed