rtl8188eu/os_dep
Larry Finger c8bd30ee46 rtl8188eu: Fix Sparse errors in os_dep/ioctl_linux.c
The following Sparse warnings are output:

  CHECK   /home/finger/rtl8188eu/os_dep/ioctl_linux.c
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:3184:9: warning: context imbalance in 'rtw_get_ap_info' - different lock contexts for basic block
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:3916:9: warning: context imbalance in 'rtw_p2p_get_go_device_address' - wrong count at exit
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:4063:9: warning: context imbalance in 'rtw_p2p_get_device_name' - wrong count at exit
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:4146:9: warning: context imbalance in 'rtw_p2p_get_invitation_procedure' - wrong count at exit
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:6879:12: warning: context imbalance in 'rtw_del_sta' - different lock contexts for basic block

Each of these is a real error caused by improper use of a spin lock when
 a spin unlock is needed.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-14 19:35:20 -05:00
..
ioctl_cfg80211.c rtl8188eu: Fix build warning for kernel 4.1 and later 2015-08-12 10:58:21 -05:00
ioctl_linux.c rtl8188eu: Fix Sparse errors in os_dep/ioctl_linux.c 2015-08-14 19:35:20 -05:00
mlme_linux.c rtl8188eu: Remove most typedef statements from include/osdep_service.h 2015-03-16 08:54:18 -05:00
os_intfs.c rtl8188eu: Remove most typedef statements from include/osdep_service.h 2015-03-16 08:54:18 -05:00
osdep_service.c rtl8188eu: Remove most typedef statements from include/osdep_service.h 2015-03-16 08:54:18 -05:00
recv_linux.c rtl8188eu: Remove most typedef statements from include/osdep_service.h 2015-03-16 08:54:18 -05:00
rtw_android.c rtl8188eu: Remove executable mode for all source files 2015-03-13 16:54:44 -05:00
usb_intf.c rtl8188eu: Remove executable mode for all source files 2015-03-13 16:54:44 -05:00
usb_ops_linux.c rtl8188eu: Remove most typedef statements from include/osdep_service.h 2015-03-16 08:54:18 -05:00
xmit_linux.c rtl8188eu: Remove most typedef statements from include/osdep_service.h 2015-03-16 08:54:18 -05:00