Improve error/debug messages in sdhci.c
When starting a command also print the opcode and flags.
More consitently print flags as hex.
Use slot_printf rather than printf in one case.
Sponsored by: The FreeBSD Foundation
MFC After: 2 weeks
Differential D19748
Improve error/debug messages in sdhci.c bz on Mar 29 2019, 9:52 AM. Authored by Tags None Referenced Files
Subscribers
Details
Improve error/debug messages in sdhci.c When starting a command also print the opcode and flags. Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions Looks good to me, it would be great if you could expand "Resp" to "Response" and use "result" instead of "err" for consistency while at it, though. |