Commit 0ee5f15
committed
mmc: sdhci: Separate out sdhci_reset_for_all()
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2144641
commit aa99072
Author: Adrian Hunter <adrian.hunter@intel.com>
Date: Mon, 26 Sep 2022 22:20:19 +0300
Tidy sdhci_do_reset() slightly by separating out sdhci_reset_for_all()
which removes the need to test the mask in sdhci_do_reset().
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20220926192022.85660-2-adrian.hunter@intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Mark Salter <msalter@redhat.com>1 parent 3003cbf commit 0ee5f15
1 file changed
+12
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
247 | 252 | | |
248 | 253 | | |
249 | 254 | | |
250 | 255 | | |
251 | | - | |
252 | 256 | | |
253 | 257 | | |
254 | 258 | | |
| |||
324 | 328 | | |
325 | 329 | | |
326 | 330 | | |
327 | | - | |
| 331 | + | |
328 | 332 | | |
329 | 333 | | |
330 | 334 | | |
| |||
4037 | 4041 | | |
4038 | 4042 | | |
4039 | 4043 | | |
4040 | | - | |
| 4044 | + | |
4041 | 4045 | | |
4042 | 4046 | | |
4043 | 4047 | | |
| |||
4778 | 4782 | | |
4779 | 4783 | | |
4780 | 4784 | | |
4781 | | - | |
| 4785 | + | |
4782 | 4786 | | |
4783 | 4787 | | |
4784 | 4788 | | |
| |||
4836 | 4840 | | |
4837 | 4841 | | |
4838 | 4842 | | |
4839 | | - | |
| 4843 | + | |
4840 | 4844 | | |
4841 | 4845 | | |
4842 | 4846 | | |
| |||
0 commit comments