aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mailbox/mailbox-test.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
348 348
349static struct platform_driver mbox_test_driver = { 349static struct platform_driver mbox_test_driver = {
350 .driver = { 350 .driver = {
351 .name = "mailbox_sti_test", 351 .name = "mailbox_test",
352 .of_match_table = mbox_test_match, 352 .of_match_table = mbox_test_match,
353 }, 353 },
354 .probe = mbox_test_probe, 354 .probe = mbox_test_probe,