]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: core: Replace with already defined values for readability
authorChanWoo Lee <cw9316.lee@samsung.com>
Wed, 6 Jul 2022 00:48:40 +0000 (09:48 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Oct 2022 05:54:38 +0000 (07:54 +0200)
commit95d97d1a04f93228a2b74c41cec5255530a9d118
tree86dd0b8004df370094826b040dbbcfd95323095e
parentec6791acc62c9e78d416117afcb0f679dca1c445
mmc: core: Replace with already defined values for readability

commit 2e2b1f1970f7c50a1539531a36dd0bce5ea6a6a2 upstream.

SD_ROCR_S18A is already defined and is used to check the rocr value, so
let's replace with already defined values for readability.

Signed-off-by: ChanWoo Lee <cw9316.lee@samsung.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220706004840.24812-1-cw9316.lee@samsung.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/core/sd.c