Re: [PATCH 1/2] extcon: palmas: Use SIMPLE_DEV_PM_OPS macro

2014-03-03 Thread Chanwoo Choi
On 02/27/2014 08:36 PM, Jingoo Han wrote: > Use SIMPLE_DEV_PM_OPS macro in order to make the code simpler. > > Signed-off-by: Jingoo Han > --- > drivers/extcon/extcon-palmas.c |5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > Applied patch1/2 on extcon-linus branch. Thanks, Cha

[PATCH 1/2] extcon: palmas: Use SIMPLE_DEV_PM_OPS macro

2014-02-27 Thread Jingoo Han
Use SIMPLE_DEV_PM_OPS macro in order to make the code simpler. Signed-off-by: Jingoo Han --- drivers/extcon/extcon-palmas.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c index 2aea4bc..ddff2b7 100644 ---