commit | 9525a08b30b1c8e39578938fc3420ac0b56f3a3d | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue May 08 13:28:37 2012 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed May 09 10:58:21 2012 +1000 |
tree | 7ec620d4cbfa7817e53f982ead1d615cf3c6c1b3 | |
parent | ea4e89afedc7fc64078076eacbcffaaa742baf0d [diff] |
powerpc/windfarm: Fix crash on SMU based machine after i2c conversion We no longer get the device node in platform_data but instead where it belongs in struct device, so get it from there instead of blowing up. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>