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

mmc: dw_mmc-hi3798mv200: 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>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240307122129.2359553-1-usama.anjum@collabora.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Muhammad Usama Anjum and committed by
Ulf Hansson
be44c372 0de0d790

-1
-1
drivers/mmc/host/dw_mmc-hi3798mv200.c
··· 133 133 goto tuning_out; 134 134 135 135 prev_err = err; 136 - err = 0; 137 136 } 138 137 139 138 tuning_out: