Re: [PATCH] mmc: s3cmci: Drop unused variables in dbg_dumpregs

2020-09-03 Thread Ulf Hansson
On Thu, 3 Sep 2020 at 07:43, Krzysztof Kozlowski wrote: > > 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 bu

[PATCH] mmc: s3cmci: Drop unused variables in dbg_dumpregs

2020-09-02 Thread Krzysztof Kozlowski
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 ro