Re: [PATCH 3/8] firmware: qcom: scm: Generalize shared error map

2016-04-22 Thread Bjorn Andersson
On Fri 22 Apr 15:17 PDT 2016, Andy Gross wrote: > This patch moves the qcom_scm_remap_error function to the include file > where can be used by both the 32 and 64 bit versions of the code. > > Signed-off-by: Andy Gross > Signed-off-by: Andy Gross Acked-by: Bjorn Andersson Regards, Bjorn

[PATCH 3/8] firmware: qcom: scm: Generalize shared error map

2016-04-22 Thread Andy Gross
This patch moves the qcom_scm_remap_error function to the include file where can be used by both the 32 and 64 bit versions of the code. Signed-off-by: Andy Gross Signed-off-by: Andy Gross --- drivers/firmware/qcom_scm-32.c | 17 - drivers/firmware/qcom_scm.h| 16 +++