kernel-ark/drivers/extcon
Chanwoo Choi fbae30d8dd extcon: sm5502: Clean up codes by using checkpatch script
This patch just clean up codes by using checkpatch script and fix warning
message about if statement.

- the result of checkpatch script as following:
WARNING: void function return statements are not generally useful
+	return;
+}

WARNING: quoted string split across lines
+			dev_err(info->dev, "failed: irq request (IRQ: %d,"
+				" error :%d)\n", muic_irq->irq, ret);

- warning message about coding style.

	drivers/extcon/extcon-sm5502.c:398 sm5502_muic_cable_handler()
		warn: we tested 'attached' before and it was 'false'

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2014-09-22 11:43:08 +09:00
..
extcon-adc-jack.c extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate 2014-06-16 13:33:19 +09:00
extcon-arizona.c extcon: arizona: Get MICVDD against extcon device 2014-07-23 10:07:42 +09:00
extcon-class.c extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate 2014-06-16 13:33:19 +09:00
extcon-gpio.c extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate 2014-06-16 13:33:19 +09:00
extcon-max8997.c extcon: Remove unnecessary OOM messages 2014-07-23 10:07:09 +09:00
extcon-max14577.c extcon: Remove unnecessary OOM messages 2014-07-23 10:07:09 +09:00
extcon-max77693.c extcon: Remove unnecessary OOM messages 2014-07-23 10:07:09 +09:00
extcon-palmas.c extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate 2014-06-16 13:33:19 +09:00
extcon-sm5502.c extcon: sm5502: Clean up codes by using checkpatch script 2014-09-22 11:43:08 +09:00
extcon-sm5502.h extcon: sm5502: Move sm5502.h header file to extcon directory 2014-09-22 11:43:08 +09:00
Kconfig extcon: sm5502: Add I2C dependency to fix build break 2014-09-22 11:43:07 +09:00
Makefile extcon: sm5502: Add support new SM5502 extcon device driver 2014-07-23 10:22:30 +09:00