Re: [PATCH v2 03/17] soc: qcom: ipa: main code
From: David Miller <davem@davemloft.net>
Date: 2019-05-31 21:50:08
Also in:
linux-arm-kernel, linux-arm-msm, linux-devicetree, lkml
From: David Miller <davem@davemloft.net>
Date: 2019-05-31 21:50:08
Also in:
linux-arm-kernel, linux-arm-msm, linux-devicetree, lkml
From: Alex Elder <redacted> Date: Thu, 30 May 2019 22:53:34 -0500
+ void *route_virt;
...
+ void *filter_virt;
... If these are arrays of u64's, please declare them as "u64 *" instead of the opaque "void *".