Re: [PATCH] net/cpfl: fix build error for debian 32-bit

2024-07-10 Thread Bruce Richardson
On Wed, Jul 10, 2024 at 05:07:30PM +0200, David Marchand wrote: > On Wed, Jul 10, 2024 at 4:54 PM Bruce Richardson > wrote: > > > > When building for debian 11 32-bit, errors were reported with cpfl > > driver[1]. The error is due to comparing signed and unsigned values: > > > > ../drivers/net/cpf

Re: [PATCH] net/cpfl: fix build error for debian 32-bit

2024-07-10 Thread David Marchand
On Wed, Jul 10, 2024 at 4:54 PM Bruce Richardson wrote: > > When building for debian 11 32-bit, errors were reported with cpfl > driver[1]. The error is due to comparing signed and unsigned values: > > ../drivers/net/cpfl/cpfl_flow_parser.c:1699:29: error: comparison of > integer expressions of

[PATCH] net/cpfl: fix build error for debian 32-bit

2024-07-10 Thread Bruce Richardson
When building for debian 11 32-bit, errors were reported with cpfl driver[1]. The error is due to comparing signed and unsigned values: ../drivers/net/cpfl/cpfl_flow_parser.c:1699:29: error: comparison of integer expressions of different signedness: 'long int' and 'uint32_t' {aka 'unsigned int