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

Commit 3729d4a4 authored by Olof Johansson's avatar Olof Johansson
Browse files
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: marzen: fixup smsc911x id for regulator
parents 3800bd39 497dcf6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ static struct smsc911x_platform_config smsc911x_platdata = {

static struct platform_device eth_device = {
	.name		= "smsc911x",
	.id		= 0,
	.id		= -1,
	.dev  = {
		.platform_data = &smsc911x_platdata,
	},