commit | df91059507554eb8d9f42150134d5a7559ae7392 | [log] [tgz] |
---|---|---|
author | Pavel Machek <pavel@ucw.cz> | Wed Apr 14 20:12:49 2021 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 11 14:47:21 2021 +0200 |
tree | 909703ac454aae0f84b6545ffed997f85f7baadb | |
parent | b549cc7c9ca2d3f0880b13d599e8951fbaf93724 [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>