Hi Georgi,
On Friday 07 Dec 2018 at 17:29:17 (+0200), Georgi Djakov wrote:
Recently the cmd_db_read_aux_data() function was changed to avoid using
memcpy and return a pointer instead. Update the code to the new API and
fix the build failure.
Fixes: ed3cafa79ea7 ("soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data()")
Signed-off-by: Georgi Djakov <redacted>
---
drivers/interconnect/qcom/sdm845.c | 26 ++++++++++++++------------
IIUC this file is introduced by patch 5. Should the fix be squashed
into patch 5 directly ? Just to keep things bisectable.
Thanks,
Quentin