commit | 63ec5cbc31f7c37870b7fbd33d9f1a50ba320221 | [log] [tgz] |
---|---|---|
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | Thu Dec 19 13:15:39 2019 +0000 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sun Jan 26 12:21:48 2020 +0200 |
tree | 89169961ea2d891c41dcf20d9d1da9792c6ea735 | |
parent | d239380196c4e27a26fa4bea73d2bf994c14ec2d [diff] |
ath10k: pci: Fix comment on ath10k_pci_dump_memory_sram The description of ath10k_pci_dump_memory_sram() is inaccurate, an error can never be returned, it is always the length. Update the comment to reflect. Fixes: 219cc084c6706 ("ath10k: add memory dump support QCA9984") Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>