mmc: s3cmci: Drop unused variables in dbg_dumpregs
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 3 Sep 2020 05:43:33 +0000 (07:43 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 7 Sep 2020 07:16:31 +0000 (09:16 +0200)
commit4eabf0f20a2aa6e1e099faa816c4b9e9a2155891
treecc9c26daf49265491308c056bf82fb8af8041a66
parent6e7fb09e1924927149b68e309d6524de777e54c2
mmc: s3cmci: Drop unused variables in dbg_dumpregs

The 'imask' and 'bsize' are not used in dbg_dumpregs:

  drivers/mmc/host/s3cmci.c:149:36: warning: variable 'imask' set but not used [-Wunused-but-set-variable]
  drivers/mmc/host/s3cmci.c:148:63: warning: variable 'bsize' set but not used [-Wunused-but-set-variable]

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200903054333.18331-1-krzk@kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/s3cmci.c