ASoC: arizona: fix indentation issue with return statement
authorColin Ian King <colin.king@canonical.com>
Fri, 16 Nov 2018 15:06:35 +0000 (15:06 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 17 Nov 2018 03:08:31 +0000 (19:08 -0800)
commit812fb75d977efb0257fe41700e6f8e04900ab27c
tree0af7ed545c95b8f57b04cb6b4b07a12e64e4a2c8
parent6857b9d0881e4cbf30237a1091e83a8e3e7ee7c3
ASoC: arizona: fix indentation issue with return statement

The return statement is indented incorrectly. Fix this by adding in
the missing tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8998.c