staging: octeon-usb: make driver name to match the file name
Make driver name to match the file name. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3c98ef90f0
commit
a89e28e3e2
@ -3719,7 +3719,7 @@ MODULE_DEVICE_TABLE(of, octeon_usb_match);
|
|||||||
|
|
||||||
static struct platform_driver octeon_usb_driver = {
|
static struct platform_driver octeon_usb_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "OcteonUSB",
|
.name = "octeon-hcd",
|
||||||
.of_match_table = octeon_usb_match,
|
.of_match_table = octeon_usb_match,
|
||||||
},
|
},
|
||||||
.probe = octeon_usb_probe,
|
.probe = octeon_usb_probe,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user