Re: [PATCH] staging: wlan-ng: Amend type mismatch warnings

2017-06-13 Thread Greg KH
On Mon, Jun 12, 2017 at 10:45:38PM +0530, suni...@techveda.org wrote: > From: Suniel Mahesh > > The following type mismatch warnings reported by sparse > have been amended: > warning: cast to restricted __le16 > warning: incorrect type in assignment (different base types) >

Re: [PATCH] staging: wlan-ng: Amend type mismatch warnings

2017-06-12 Thread Dan Carpenter
No, sorry. This doesn't look right at all. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: wlan-ng: Amend type mismatch warnings

2017-06-12 Thread Frans Klaver
On Mon, Jun 12, 2017 at 7:15 PM, wrote: > From: Suniel Mahesh > > The following type mismatch warnings reported by sparse > have been amended: > warning: cast to restricted __le16 > warning: incorrect type in assignment (different base types) Why not

[PATCH] staging: wlan-ng: Amend type mismatch warnings

2017-06-12 Thread sunil . m
From: Suniel Mahesh The following type mismatch warnings reported by sparse have been amended: warning: cast to restricted __le16 warning: incorrect type in assignment (different base types) Signed-off-by: Suniel Mahesh ---