Re: [PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison

2017-10-04 Thread Bjorn Andersson
On Fri 15 Sep 13:53 PDT 2017, Chris Lew wrote: > > > On 9/15/2017 11:39 AM, Stephen Boyd wrote: > > On 09/14, Chris Lew wrote: > > > Endianness can vary in the system, add le32_to_cpu when comparing > > > size values from smem. > > > > > > Signed-off-by: Chris Lew > > > --- > > > > > > Change

Re: [PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison

2017-09-15 Thread Chris Lew
On 9/15/2017 11:39 AM, Stephen Boyd wrote: On 09/14, Chris Lew wrote: Endianness can vary in the system, add le32_to_cpu when comparing size values from smem. Signed-off-by: Chris Lew --- Changes since v1: - New change drivers/soc/qcom/smem.c | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison

2017-09-15 Thread Stephen Boyd
On 09/14, Chris Lew wrote: > Endianness can vary in the system, add le32_to_cpu when comparing > size values from smem. > > Signed-off-by: Chris Lew > --- > > Changes since v1: > - New change > > drivers/soc/qcom/smem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/

Re: [PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison

2017-09-15 Thread Stephen Boyd
On 09/14, Chris Lew wrote: > Endianness can vary in the system, add le32_to_cpu when comparing > size values from smem. > > Signed-off-by: Chris Lew > --- Fixes: tag? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

Re: [PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison

2017-09-14 Thread Bjorn Andersson
On Thu 14 Sep 14:24 PDT 2017, Chris Lew wrote: > Endianness can vary in the system, add le32_to_cpu when comparing > size values from smem. > > Signed-off-by: Chris Lew Reviewed-by: Bjorn Andersson Regards, Bjorn > --- > > Changes since v1: > - New change > > drivers/soc/qcom/smem.c | 2 +

[PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison

2017-09-14 Thread Chris Lew
Endianness can vary in the system, add le32_to_cpu when comparing size values from smem. Signed-off-by: Chris Lew --- Changes since v1: - New change drivers/soc/qcom/smem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c ind