Re: [PATCH] staging: rtl8712: rtl8712: fix sparse warnings

2017-02-07 Thread Dan Carpenter
On Wed, Feb 08, 2017 at 01:19:39AM +, Carlos Palminha wrote: > > > On 08-02-2017 00:58, Dan Carpenter wrote: > >On Wed, Feb 08, 2017 at 12:47:22AM +, Carlos Palminha wrote: > >>Fixed the following sparse warnings: > >>* cast from restricted __le32 > >>* invalid assignment from int to

Re: [PATCH] staging: rtl8712: rtl8712: fix sparse warnings

2017-02-07 Thread Dan Carpenter
On Wed, Feb 08, 2017 at 01:19:39AM +, Carlos Palminha wrote: > > > On 08-02-2017 00:58, Dan Carpenter wrote: > >On Wed, Feb 08, 2017 at 12:47:22AM +, Carlos Palminha wrote: > >>Fixed the following sparse warnings: > >>* cast from restricted __le32 > >>* invalid assignment from int to

Re: [PATCH] staging: rtl8712: rtl8712: fix sparse warnings

2017-02-07 Thread Carlos Palminha
On 08-02-2017 00:58, Dan Carpenter wrote: On Wed, Feb 08, 2017 at 12:47:22AM +, Carlos Palminha wrote: Fixed the following sparse warnings: * cast from restricted __le32 * invalid assignment from int to __le32 The changelog doesn't give me any confidence that you understand the

Re: [PATCH] staging: rtl8712: rtl8712: fix sparse warnings

2017-02-07 Thread Carlos Palminha
On 08-02-2017 00:58, Dan Carpenter wrote: On Wed, Feb 08, 2017 at 12:47:22AM +, Carlos Palminha wrote: Fixed the following sparse warnings: * cast from restricted __le32 * invalid assignment from int to __le32 The changelog doesn't give me any confidence that you understand the

Re: [PATCH] staging: rtl8712: rtl8712: fix sparse warnings

2017-02-07 Thread Dan Carpenter
On Wed, Feb 08, 2017 at 12:47:22AM +, Carlos Palminha wrote: > Fixed the following sparse warnings: > * cast from restricted __le32 > * invalid assignment from int to __le32 > The changelog doesn't give me any confidence that you understand the implications of this patch. You silenced the

Re: [PATCH] staging: rtl8712: rtl8712: fix sparse warnings

2017-02-07 Thread Dan Carpenter
On Wed, Feb 08, 2017 at 12:47:22AM +, Carlos Palminha wrote: > Fixed the following sparse warnings: > * cast from restricted __le32 > * invalid assignment from int to __le32 > The changelog doesn't give me any confidence that you understand the implications of this patch. You silenced the

[PATCH] staging: rtl8712: rtl8712: fix sparse warnings

2017-02-07 Thread Carlos Palminha
Fixed the following sparse warnings: * cast from restricted __le32 * invalid assignment from int to __le32 Signed-off-by: Carlos Palminha --- drivers/staging/rtl8712/rtl8712_xmit.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH] staging: rtl8712: rtl8712: fix sparse warnings

2017-02-07 Thread Carlos Palminha
Fixed the following sparse warnings: * cast from restricted __le32 * invalid assignment from int to __le32 Signed-off-by: Carlos Palminha --- drivers/staging/rtl8712/rtl8712_xmit.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8712/rtl8712_xmit.c