From: Kishon Vijay Abraham I Date: Fri, 14 Jun 2013 13:18:24 +0000 (+0530) Subject: extcon: palmas: remove assigning "edev.name" to palmas X-Git-Tag: v3.12-rc1~185^2~29^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc57303a82bcef7b43de39ac0d177400ff4e715f;p=pandora-kernel.git extcon: palmas: remove assigning "edev.name" to palmas of_extcon_get_extcon_dev() uses dev_name for getting the reference to the extcon device. If the extcon driver assigns a different name other than dev_name, of_extcon_get_extcon_dev() wouldn't be able to find the reference to the extcon device. Since the client drivers of extcon-palmas would be using of_extcon_get_extcon_dev(), removed assigning edev.name in extcon-palmas. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Chanwoo Choi Signed-off-by: Myungjoo Ham --- Reading git-diff-tree failed