On Monday, August 16, 2021 7:35:05 PM CEST Aakash Hemadri wrote: > This patchset fixes the below sparse warnings > > rtw_security.c:72:50: warning: incorrect type in assignment (different base types) > rtw_security.c:72:50: expected restricted __le32 [usertype] > rtw_security.c:72:50: got unsigned int > > [...] > > This can be applied cleanly on next-20210816, and is compile tested. This warnings have been fixed time ago against staging-testing: please see commit aef1c966a364. Thanks, Fabio > Please ignore the duplicate of this patchset, I did not CC staging. > Message ID: <cover.1629134725.git.aakashhemadri123@xxxxxxxxx> > > Aakash Hemadri (2): > staging: rtl8732bs: incorrect type in assignment > staging: rtl8723bs: cast to restricted __le32 > > drivers/staging/rtl8723bs/core/rtw_security.c | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-)