Re: [PATCH] power: axp288_charger: Fix broken extcon API calls

2015-06-28 Thread Chanwoo Choi
Hi Guenter, The similar patch[1] was already merged. [1] http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4b703b1d4c46ca4a00109ca1a391943ec21991b3 Thanks, Chanwoo Choi On 06/27/2015 10:12 AM, Guenter Roeck wrote: > The extcon API calls have been changed to add an addit

[PATCH] power: axp288_charger: Fix broken extcon API calls

2015-06-26 Thread Guenter Roeck
The extcon API calls have been changed to add an additional argument. This causes build errors such as drivers/power/axp288_charger.c:851:2: error: too few arguments to function 'extcon_register_notifier' Fixes: 73b6ecdb93e8 ("extcon: Redefine the unique id of supported external c