commit | b435ff212e91bddc2d12e6638a4d846d5f60daa6 | [log] [tgz] |
---|---|---|
author | Jonas Gorski <jogo@openwrt.org> | Tue Mar 12 00:13:37 2013 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Mar 12 19:11:31 2013 +0000 |
tree | a03234aebe1215fac562d1b828343dfbb8677eec | |
parent | 4a25b680b1e84cf97c740c8005e2c6655d6cfa7f [diff] |
spi/bcm63xx: don't disable non enabled clocks in probe error path When msg_ctl_width is set to an invalid value we try to disable the clock despite it never being enabled. Fix it by jumping to the correct label. Signed-off-by: Jonas Gorski <jogo@openwrt.org> Acked-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>