From: Chanwoo Choi Date: Fri, 6 Jan 2017 20:17:36 +0000 (+0900) Subject: extcon: Modify the name of EXTCON_USB_HOST connector X-Git-Tag: v4.14-rc1~1457^2~100^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86d6cda68f371744a28003cb32b51aaf231b7ca5;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c index 768e367..09ac5e7 100644 --- a/drivers/extcon/extcon.c +++ b/drivers/extcon/extcon.c @@ -60,7 +60,7 @@ struct __extcon_info { [EXTCON_USB_HOST] = { .type = EXTCON_TYPE_USB, .id = EXTCON_USB_HOST, - .name = "USB_HOST", + .name = "USB-HOST", }, /* Charging external connector */