On Thu, 11 Feb 2016, Sudeep Holla wrote: > This mailbox-test driver was designed to be generic, so let's remove ST > tag on it and make it generic. > > Cc: Jassi Brar <jassisinghbrar@xxxxxxxxx> > Cc: Lee Jones <lee.jones@xxxxxxxxxx> > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> > --- > drivers/mailbox/mailbox-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Lee Jones <lee.jones@xxxxxxxxxx> > 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, -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html