diff options
author | Neil Armstrong <[email protected]> | 2021-04-16 11:43:47 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2021-04-19 09:49:27 +0200 |
commit | 7412dee9f1fd3e224202b633fdfa6eeaebe0307e (patch) | |
tree | cc3ef6188889d93aa19ce62910ff139033481ad5 /scripts/gdb/linux/clk.py | |
parent | a5e13c6df0e41702d2b2c77c8ad41677ebb065b3 (diff) |
mmc: meson-gx: replace WARN_ONCE with dev_warn_once about scatterlist size alignment in block mode
Since commit e085b51c74cc ("mmc: meson-gx: check for scatterlist size alignment in block mode"),
support for SDIO SD_IO_RW_EXTENDED transferts are properly filtered but some driver
like brcmfmac still gives a block sg buffer size not aligned with SDIO block,
triggerring a WARN_ONCE() with scary stacktrace even if the transfer works fine
but with possible degraded performances.
Simply replace with dev_warn_once() to inform user this should be fixed to avoid
degraded performance.
This should be ultimately fixed in brcmfmac, but since it's only a performance issue
the warning should be removed.
Fixes: e085b51c74cc ("mmc: meson-gx: check for scatterlist size alignment in block mode")
Reported-by: Marek Szyprowski <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions