2015-01-23 6:02 GMT+01:00 Jaewon Kim <[email protected]>:
> 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 <[email protected]>
> Signed-off-by: Jaewon Kim <[email protected]>
> ---
> 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 linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/