mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Thorsten Scherer <t.scherer@eckelmann.de>
To: barebox@lists.infradead.org
Cc: Thorsten Scherer <t.scherer@eckelmann.de>
Subject: [PATCH] usb: dwc3: am62: Fix name of driver struct
Date: Tue, 30 Sep 2025 13:21:17 +0200	[thread overview]
Message-ID: <20250930112140.45620-1-t.scherer@eckelmann.de> (raw)

Fixes: a3cff6704f83 ("usb: dwc3: add am62 support")
Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
 drivers/usb/dwc3/dwc3-am62.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/dwc3/dwc3-am62.c b/drivers/usb/dwc3/dwc3-am62.c
index 27324276f9c5..1266522bd58f 100644
--- a/drivers/usb/dwc3/dwc3-am62.c
+++ b/drivers/usb/dwc3/dwc3-am62.c
@@ -266,12 +266,12 @@ static const struct of_device_id dwc3_ti_of_match[] = {
 };
 MODULE_DEVICE_TABLE(of, dwc3_ti_of_match);
 
-static struct driver dwc3_of_simple_driver = {
+static struct driver dwc3_ti_driver = {
 	.probe = dwc3_ti_probe,
 	.name = "dwc3-of-simple",
 	.of_compatible = DRV_OF_COMPAT(dwc3_ti_of_match),
 };
-device_platform_driver(dwc3_of_simple_driver);
+device_platform_driver(dwc3_ti_driver);
 
 MODULE_ALIAS("platform:dwc3-am62");
 MODULE_AUTHOR("Aswath Govindraju <a-govindraju@ti.com>");
-- 
2.51.0




             reply	other threads:[~2025-09-30 11:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-30 11:21 Thorsten Scherer [this message]
2025-09-30 11:27 ` Ahmad Fatoum
2025-10-01  8:31 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250930112140.45620-1-t.scherer@eckelmann.de \
    --to=t.scherer@eckelmann.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox