commit | c975e39ccadf6dc047356c60773a043a2293b8cd | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Oct 13 11:47:13 2016 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Oct 13 15:01:32 2016 +0200 |
tree | 92f39190b50557bba806288797ba6ae43ba8bfa6 | |
parent | 513e43efafe329dad7b5794583b67ac898dcbdca [diff] |
ASoC: rt5663: fix a debug statement We increment "i" before printing the debug statement. That makes it the wrong sleep_time[] information and Smatch complains that the last increment could be beyond the end of the array. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>