summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon.c
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2017-01-06 15:17:36 -0500
committerChanwoo Choi <cw00.choi@samsung.com>2017-01-08 20:04:58 -0500
commit86d6cda68f371744a28003cb32b51aaf231b7ca5 (patch)
treeffee75233895174e8ac0abbe6a0f4164916088d1 /drivers/extcon/extcon.c
parent3c5f0e076833c407cca372c663d47499ae4dab45 (diff)
extcon: Modify the name of EXTCON_USB_HOST connector
This patch renames the EXTCON_USB_HOST by using '-' char because the name of all external connector use the '-' char instead of '_' char. - "USB_HOST" -> "USB-HOST" Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon.c')
-rw-r--r--drivers/extcon/extcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c
index 768e36769870..09ac5e70c2f3 100644
--- a/drivers/extcon/extcon.c
+++ b/drivers/extcon/extcon.c
@@ -60,7 +60,7 @@ struct __extcon_info {
60 [EXTCON_USB_HOST] = { 60 [EXTCON_USB_HOST] = {
61 .type = EXTCON_TYPE_USB, 61 .type = EXTCON_TYPE_USB,
62 .id = EXTCON_USB_HOST, 62 .id = EXTCON_USB_HOST,
63 .name = "USB_HOST", 63 .name = "USB-HOST",
64 }, 64 },
65 65
66 /* Charging external connector */ 66 /* Charging external connector */