diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2017-03-08 16:42:47 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-13 16:09:10 +0000 |
commit | 1bb06ada038548b4e2449159e80badf106bb779f (patch) | |
tree | cda26657a58cddd21761a6dd411a21c66c396896 /drivers/rtc/rtc-rs5c348.c | |
parent | ed864461bfbdacefc242d4c0675989915a1431b0 (diff) | |
download | linux-1bb06ada038548b4e2449159e80badf106bb779f.tar.gz |
ASoC: cs35l35: Add missing return in probe
A return statement is missing just before the error paths at the end of
probe. This causes us to fall straight into the error path and disable
the supplies and re-enable reset, as these are only controlled during
probe this causes the part to no longer function.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/rtc/rtc-rs5c348.c')
0 files changed, 0 insertions, 0 deletions