Re: [PATCH] ASoC: qcom: Remove the unnecessary cast

2020-05-08 Thread Mark Brown
On Mon, 4 May 2020 15:35:58 +0800, Tang Bin wrote: > It's not necessary to specify 'void const __force *' casting > for 'drvdata->lpaif'. > > Signed-off-by: Zhang Shengju > Signed-off-by: Tang Bin > --- > sound/soc/qcom/lpass-cpu.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >

Re: [PATCH] ASoC: qcom: Remove the unnecessary cast

2020-05-04 Thread Mark Brown
On Mon, May 04, 2020 at 03:35:58PM +0800, Tang Bin wrote: > It's not necessary to specify 'void const __force *' casting > for 'drvdata->lpaif'. This doesn't apply against current code, please check and resend. signature.asc Description: PGP signature

[PATCH] ASoC: qcom: Remove the unnecessary cast

2020-05-04 Thread Tang Bin
It's not necessary to specify 'void const __force *' casting for 'drvdata->lpaif'. Signed-off-by: Zhang Shengju Signed-off-by: Tang Bin --- sound/soc/qcom/lpass-cpu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/soc/qcom/lpass-cpu.c b/sound/soc/qcom/lpass-cpu.