提交 eff7d74f 编写于 作者: C Chanwoo Choi 提交者: Greg Kroah-Hartman

extcon: max77693: Convert to devm_input_allocate_device()

Signed-off-by: NChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: NMyungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 fd116066
......@@ -1066,7 +1066,7 @@ static int max77693_muic_probe(struct platform_device *pdev)
}
/* Register input device for button of dock device */
info->dock = input_allocate_device();
info->dock = devm_input_allocate_device(&pdev->dev);
if (!info->dock) {
dev_err(&pdev->dev, "%s: failed to allocate input\n", __func__);
return -ENOMEM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册