diff options
author | Colin Ian King <colin.i.king@intel.com> | 2024-03-07 23:15:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-03-07 23:22:32 +0100 |
commit | 367b3560e10bbae3660d8ba4d0a7cc92170d8398 (patch) | |
tree | c537bcf02a54b73ddad92191741a4a0b8ded1084 /drivers/iio/accel/adxl367.c | |
parent | uio_dmem_genirq: UIO_MEM_DMA_COHERENT conversion (diff) | |
download | linux-367b3560e10bbae3660d8ba4d0a7cc92170d8398.tar.xz linux-367b3560e10bbae3660d8ba4d0a7cc92170d8398.zip |
binder: remove redundant variable page_addr
Variable page_addr is being assigned a value that is never read. The
variable is redundant and can be removed.
Cleans up clang scan build warning:
warning: Value stored to 'page_addr' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@intel.com>
Fixes: 162c79731448 ("binder: avoid user addresses in debug logs")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312060851.cudv98wG-lkp@intel.com/
Acked-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20240307221505.101431-1-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/accel/adxl367.c')
0 files changed, 0 insertions, 0 deletions