commit | 18ffbc47d45a1489b664dd68fb3a7610a6e1dea3 | [log] [tgz] |
---|---|---|
author | Pavel Machek <pavel@ucw.cz> | Wed Apr 14 20:12:49 2021 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 16 07:26:50 2021 +0200 |
tree | eaf468e2a57e3dd95541f5165a8e15479064ebd2 | |
parent | d9962f6f428449fe227f1c88c65ac3fffdf7dceb [diff] |
intel_th: Consistency and off-by-one fix 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>