2015-01-23 6:02 GMT+01:00 Jaewon Kim <jaewon02.kim@xxxxxxxxxxx>: > This patch adds MAX77843 extcon driver to support for MUIC(Micro > USB Interface Controller) device by using EXTCON subsystem to handle > various external connectors. > > Cc: Chanwoo Choi <cw00.choi@xxxxxxxxxxx> > Signed-off-by: Jaewon Kim <jaewon02.kim@xxxxxxxxxxx> > --- > drivers/extcon/Kconfig | 10 + > drivers/extcon/Makefile | 1 + > drivers/extcon/extcon-max77843.c | 871 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 882 insertions(+) > create mode 100644 drivers/extcon/extcon-max77843.c > (...) > +static int max77843_muic_remove(struct platform_device *pdev) > +{ > + struct max77843_muic_info *info = platform_get_drvdata(pdev); > + > + cancel_work_sync(&info->irq_work); > + Missing regmap_del_irq_chip(). Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html