From: Sudeep Holla Date: Fri, 19 Feb 2016 16:01:15 +0000 (+0000) Subject: mailbox: mailbox-test: rename driver as generic test driver X-Git-Tag: v4.6-rc1~43^2~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=adf06ba9b363c05eaf4da8afb02f5e99dd5caac9;p=linux-2.6-block.git mailbox: mailbox-test: rename driver as generic test driver This mailbox-test driver was designed to be generic, so let's remove ST tag on it and make it generic. Acked-by: Lee Jones Signed-off-by: Sudeep Holla Signed-off-by: Jassi Brar --- diff --git a/drivers/mailbox/mailbox-test.c b/drivers/mailbox/mailbox-test.c index 684ae17dcf39..3813f6d9eba9 100644 --- a/drivers/mailbox/mailbox-test.c +++ b/drivers/mailbox/mailbox-test.c @@ -348,7 +348,7 @@ static const struct of_device_id mbox_test_match[] = { static struct platform_driver mbox_test_driver = { .driver = { - .name = "mailbox_sti_test", + .name = "mailbox_test", .of_match_table = mbox_test_match, }, .probe = mbox_test_probe,