Re: [PATCH 0/7] Fix various compilation issues with wfx driver
From: Greg Kroah-Hartman
Date: Tue Oct 08 2019 - 11:10:54 EST
On Tue, Oct 08, 2019 at 09:42:47AM +0000, Jerome Pouiller wrote:
> From: Jérôme Pouiller <jerome.pouiller@xxxxxxxxxx>
>
> Most of problems are related to big-endian architectures.
kbuild still reports 2 errors with these patches applied:
Regressions in current branch:
drivers/staging/wfx/hif_tx.c:82:2-8: preceding lock on line 65
drivers/staging/wfx/main.c:188:14-21: ERROR: PTR_ERR applied after initialization to constant on line 183
Can you please fix those up as well?
thanks,
greg k-h