From: Marc Zyngier Date: Tue, 15 Jul 2008 13:26:15 +0000 (+0200) Subject: pcmcia: fix cisinfo_t removal X-Git-Tag: v2.6.27-rc1~1037^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002b90a1bf5fe9c8de7a8634403a685621841ff3;p=pandora-kernel.git pcmcia: fix cisinfo_t removal The cisinfo_t removal patch (c5081d5f4775b2a3f858f91151bbf9163e473075 pcmcia: simplify pccard_validate_cis ) introduced a bug that prevented card detection, for the (info->Chains == MAX_TUPLES) check was replaced by (count), which is always true. Restoring the comparison to MAX_TUPLES makes everybody happy... [linux@dominikbrodowski.net: update changelog comment] Signed-off-by: Marc Zyngier Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed