linux-hardened/drivers/extcon
Dan Carpenter d927c59076 extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time()
This patch fixes the variable type of 'ret' from 'unsigned int' to 'int' type
because the return type of regmap_update_bits() is 'int' type.

Fixes: 27a28d32b4 ('extcon: max77843: Add max77843 MUIC driver')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
[cw00.choi: Fix the patch description]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2015-03-16 13:15:00 +09:00
..
extcon-adc-jack.c extcon: adc-jack: Release IIO channel on driver remove 2015-01-26 13:47:55 +09:00
extcon-arizona.c extcon: arizona: Fix headphone clamping on wm5110 2015-03-04 09:42:24 +09:00
extcon-gpio.c extcon: drop owner assignment from platform_drivers 2014-10-20 16:20:30 +02:00
extcon-max8997.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-max14577.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-max77693.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-max77843.c extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time() 2015-03-16 13:15:00 +09:00
extcon-palmas.c extcon: drop owner assignment from platform_drivers 2014-10-20 16:20:30 +02:00
extcon-rt8973a.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-rt8973a.h extcon: rt8973a: Add Richtek RT8973A extcon driver 2014-09-22 11:43:08 +09:00
extcon-sm5502.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-sm5502.h extcon: sm5502: Move sm5502.h header file to extcon directory 2014-09-22 11:43:08 +09:00
extcon-usb-gpio.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
Kconfig extcon: max77843: Add max77843 MUIC driver 2015-02-24 09:00:54 +09:00
Makefile extcon: Rename extcon core driver 2015-03-07 22:58:10 +09:00