From: Axel Lin Date: Sat, 16 Jun 2012 03:36:08 +0000 (+0800) Subject: extcon: Fix wrong index in max8997_extcon_cable[] X-Git-Tag: v3.5-rc4~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=155cb06c89f13af3e3e6bd520b9c62762f532d7b;p=pandora-kernel.git extcon: Fix wrong index in max8997_extcon_cable[] Currently, the index of "Dock-desk" and "Dock-card" are the same. Thus the latter one overrides the first one. Then we have problem when calling extcon_find_cable_index() because edev->supported_cable[7] only matches "Dock-card". Signed-off-by: Axel Lin Acked-by: Kyungmin Park Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed