Commit 07dd2b3
mmc: rename mmc_can_reset() to mmc_card_can_reset()
mmc_can_* functions sometimes relate to the card and sometimes to the host.
Make it obvious by renaming this function to include 'card'. Also, convert to
proper bool type while we are here. Conversion was simplified by
inverting the logic.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20250401095847.29271-6-wsa+renesas@sang-engineering.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>1 parent d872c26 commit 07dd2b3
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2269 | 2269 | | |
2270 | 2270 | | |
2271 | 2271 | | |
2272 | | - | |
| 2272 | + | |
2273 | 2273 | | |
2274 | 2274 | | |
2275 | 2275 | | |
2276 | 2276 | | |
2277 | | - | |
2278 | | - | |
2279 | | - | |
| 2277 | + | |
2280 | 2278 | | |
2281 | 2279 | | |
2282 | 2280 | | |
| |||
2290 | 2288 | | |
2291 | 2289 | | |
2292 | 2290 | | |
2293 | | - | |
| 2291 | + | |
2294 | 2292 | | |
2295 | 2293 | | |
2296 | 2294 | | |
| |||
0 commit comments