This patch clean up coding style for extcon-sm5502 driver and fix wrong mask operation to get cable_type value.
Chanwoo Choi (2): extcon: sm5502: Move sm5502.h header file to extcon directory extcon: sm5502: Fix bug to check cable type drivers/extcon/extcon-sm5502.c | 14 +- drivers/extcon/extcon-sm5502.h | 282 ++++++++++++++++++++++++++++++++++++++++ include/linux/extcon/sm5502.h | 287 ----------------------------------------- 3 files changed, 287 insertions(+), 296 deletions(-) create mode 100644 drivers/extcon/extcon-sm5502.h delete mode 100644 include/linux/extcon/sm5502.h -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

