Skip to content
Commit 002b90a1 authored by Marc Zyngier's avatar Marc Zyngier Committed by Dominik Brodowski
Browse files

pcmcia: fix cisinfo_t removal

The cisinfo_t removal patch (c5081d5f


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: default avatarMarc Zyngier <marc.zyngier@altran.com>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent d93c768e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment