diff options
author | Aishwarya Pant <aishpant@gmail.com> | 2017-04-15 15:37:42 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-18 14:54:25 +0300 |
commit | af27bea4627358815b773fa2c31dabad62457308 (patch) | |
tree | eb73493889ea7df1cad24da768f19623ee3dd36b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | d9c7dd5db1d0f6f212072625781dddbbe6e253d7 (diff) | |
download | linux-af27bea4627358815b773fa2c31dabad62457308.tar.xz |
staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ie
Changed the type of len from (int *) to (unsigned int *) in the
function rtw_get_ie(..) and wherever this function is called to
suppress signedness mismatch warnings of the type-
drivers/staging/rtl8188eu//core/rtw_ap.c:78:60: warning: incorrect type
in argument 3 (different signedness)
drivers/staging/rtl8188eu//core/rtw_ap.c:78:60: expected int *len
drivers/staging/rtl8188eu//core/rtw_ap.c:78:60: got unsigned int
*<noident>
Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions