mailbox: mailbox-test: fix the compatible string

Underscores are usually forbidden in the compatible strings. So lets
remove it before the first users of this is seen.

Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
这个提交包含在:
Sudeep Holla
2016-02-19 16:01:16 +00:00
提交者 Jassi Brar
父节点 adf06ba9b3
当前提交 c428013783
修改 2 个文件,包含 2 行新增2 行删除

查看文件

@@ -342,7 +342,7 @@ static int mbox_test_remove(struct platform_device *pdev)
}
static const struct of_device_id mbox_test_match[] = {
{ .compatible = "mailbox_test" },
{ .compatible = "mailbox-test" },
{},
};