diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2021-12-08 01:37:35 +0300 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2021-12-09 20:57:16 +0300 |
commit | df0114f1f8711dbf481324c44cf5a8349130b913 (patch) | |
tree | f20551050b99d69633694efb94be40cb9aa8494f /arch/Kconfig | |
parent | 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1 (diff) | |
download | linux-df0114f1f8711dbf481324c44cf5a8349130b913.tar.xz |
x86/resctrl: Remove redundant assignment to variable chunks
The variable chunks is being shifted right and re-assinged the shifted
value which is then returned. Since chunks is not being read afterwards
the assignment is redundant and the >>= operator can be replaced with a
shift >> operator instead.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Fenghua Yu <fenghua.yu@intel.com>
Link: https://lkml.kernel.org/r/20211207223735.35173-1-colin.i.king@gmail.com
Diffstat (limited to 'arch/Kconfig')
0 files changed, 0 insertions, 0 deletions