Re: [PATCH V2] net: qrtr: use protocol endiannes variable

From: David Miller
Date: Sat May 11 2019 - 13:04:01 EST


From: Nicholas Mc Guire <hofrat@xxxxxxxxx>
Date: Sat, 11 May 2019 02:56:33 +0200

> sparse was unable to verify endiannes correctness due to reassignment
> from le32_to_cpu to the same variable - fix this warning up by providing
> a proper __le32 type and initializing it. This is not actually fixing
> any bug - rather just addressing the sparse warning.
>
> Signed-off-by: Nicholas Mc Guire <hofrat@xxxxxxxxx>

Applied.