diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2010-03-16 02:01:33 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-03-23 13:19:31 +0900 |
commit | b230eb32c8d568284c1f33f5d06005eb97d4f897 (patch) | |
tree | bf79092d73406cadae8ba36da5c87f4514605247 /arch | |
parent | ae6be51ed01d6c4aaf249a207b4434bc7785853b (diff) | |
download | linux-3.10-b230eb32c8d568284c1f33f5d06005eb97d4f897.tar.gz linux-3.10-b230eb32c8d568284c1f33f5d06005eb97d4f897.tar.bz2 linux-3.10-b230eb32c8d568284c1f33f5d06005eb97d4f897.zip |
sh: mach-ecovec24: Add i2c_put_adapter on sh_eth_init
i2c_put_adapter is needed after i2c_get_adapter
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 39ed8722d11..6c13b92742e 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -836,6 +836,8 @@ static void __init sh_eth_init(struct sh_eth_plat_data *pd) pd->mac_addr[i] = mac_read(a, 0x10 + i); msleep(10); } + + i2c_put_adapter(a); } #else static void __init sh_eth_init(struct sh_eth_plat_data *pd) |