commit | e64b65d96256b6968793fec166d1015fdbf05a7c | [log] [tgz] |
---|---|---|
author | Pavel Machek <pavel@ucw.cz> | Wed Apr 14 20:12:49 2021 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat May 22 10:57:17 2021 +0200 |
tree | 58923502259e05699b08ffc1cfeb482aa29bb76f | |
parent | 2a771fae9ccbaadf016b5daa0efac66f802a72ce [diff] |
intel_th: Consistency and off-by-one fix [ Upstream commit 18ffbc47d45a1489b664dd68fb3a7610a6e1dea3 ] Consistently use "< ... +1" in for loops. Fix of-by-one in for_each_set_bit(). Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Link: https://lore.kernel.org/lkml/20190724095841.GA6952@amd/ Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20210414171251.14672-6-alexander.shishkin@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>