Re: [PATCH 0/7] Fix various compilation issues with wfx driver

2019-10-09 Thread Dan Carpenter
On Wed, Oct 09, 2019 at 03:13:14PM +, Jerome Pouiller wrote: > On Tuesday 8 October 2019 17:10:56 CEST Greg Kroah-Hartman wrote: > > On Tue, Oct 08, 2019 at 09:42:47AM +, Jerome Pouiller wrote: > > > From: Jérôme Pouiller > > > > > > Most of problems are related to big-endian architectures

Re: [PATCH 0/7] Fix various compilation issues with wfx driver

2019-10-09 Thread Jerome Pouiller
On Tuesday 8 October 2019 17:10:56 CEST Greg Kroah-Hartman wrote: > On Tue, Oct 08, 2019 at 09:42:47AM +, Jerome Pouiller wrote: > > From: Jérôme Pouiller > > > > Most of problems are related to big-endian architectures. > > kbuild still reports 2 errors with these patches applied: > > Regre

Re: [PATCH 0/7] Fix various compilation issues with wfx driver

2019-10-08 Thread Greg Kroah-Hartman
On Tue, Oct 08, 2019 at 09:42:47AM +, Jerome Pouiller wrote: > From: Jérôme Pouiller > > 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

[PATCH 0/7] Fix various compilation issues with wfx driver

2019-10-08 Thread Jerome Pouiller
From: Jérôme Pouiller Most of problems are related to big-endian architectures. Jérôme Pouiller (7): staging: wfx: simplify memory allocation in wfx_update_filtering() staging: wfx: remove misused call to cpu_to_le16() staging: wfx: le16_to_cpus() takes a reference as parameter staging: