summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson2012-09-02 17:22:58 +0200
committerOlof Johansson2012-09-02 17:22:58 +0200
commit3729d4a41d1c706ecdfa2fb0bbf37d8ab73ec959 (patch)
treedc3e74bc96c71b163fd15558efaa9c16e6d84fae
parentMerge branch 'fixes-for-v3.6-v2' of git://git.infradead.org/users/jcooper/lin... (diff)
parentARM: shmobile: marzen: fixup smsc911x id for regulator (diff)
downloadkernel-qcow2-linux-3729d4a41d1c706ecdfa2fb0bbf37d8ab73ec959.tar.gz
kernel-qcow2-linux-3729d4a41d1c706ecdfa2fb0bbf37d8ab73ec959.tar.xz
kernel-qcow2-linux-3729d4a41d1c706ecdfa2fb0bbf37d8ab73ec959.zip
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: marzen: fixup smsc911x id for regulator
-rw-r--r--arch/arm/mach-shmobile/board-marzen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c
index 3a528cf4366c..fcf5a47f4772 100644
--- a/arch/arm/mach-shmobile/board-marzen.c
+++ b/arch/arm/mach-shmobile/board-marzen.c
@@ -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,
},