Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: dw_mmc-hi3798cv200: Remove unneeded assignment

The err is being set to 0 and replaced every time after this
assignment. Remove this assignment as it is extraneous.

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Link: https://lore.kernel.org/r/20240307145013.2721326-1-usama.anjum@collabora.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Muhammad Usama Anjum and committed by
Ulf Hansson
0cbff489 be44c372

-1
-1
drivers/mmc/host/dw_mmc-hi3798cv200.c
··· 87 87 goto tuning_out; 88 88 89 89 prev_err = err; 90 - err = 0; 91 90 } 92 91 93 92 tuning_out: