drivers: misc: ad525x_dpot: clean indentation issue, remove tabs
authorColin Ian King <colin.king@canonical.com>
Fri, 21 Dec 2018 22:39:44 +0000 (22:39 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2019 15:34:05 +0000 (16:34 +0100)
commit068ad41ec565357f4c37e52d4026c896bdeaec56
tree4af331283e3ffb95ada0d51bea253e6b937b1281
parent87bf65bc108e5da18e7ec788e9a4fb96263f19b7
drivers: misc: ad525x_dpot: clean indentation issue, remove tabs

There is a hunk of code in a case statement that is indented one level
too deeply, fix this by removing extra tabs. Also remove one empty line.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ad525x_dpot.c