Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7590a550 authored by Kalle Valo's avatar Kalle Valo Committed by John W. Linville
Browse files

wl1251: use DRIVER_NAME macro in wl1251_spi_driver



Better use the macro for consistency, the content is the same anyway.

Signed-off-by: default avatarKalle Valo <kvalo@adurom.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2111ac0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ static int __devexit wl1251_spi_remove(struct spi_device *spi)

static struct spi_driver wl1251_spi_driver = {
	.driver = {
		.name		= "wl1251",
		.name		= DRIVER_NAME,
		.bus		= &spi_bus_type,
		.owner		= THIS_MODULE,
	},