]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723au: Remove unnecessary abstraction rtw_os_recv_resource_alloc23a()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 15 Apr 2014 17:44:41 +0000 (19:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2014 18:04:08 +0000 (11:04 -0700)
commit6b84c4f70d7e4da1e4437d57dd7b980994889000
tree6874ab28dcdcb93b8396c3e6655f70e2a8609732
parent4285a2f4e9a9312cdd51de4213894c86f7c30cb8
staging: rtl8723au: Remove unnecessary abstraction rtw_os_recv_resource_alloc23a()

No point calling a function to NULL a pointer that was just cleared in
the malloc call.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_recv.c
drivers/staging/rtl8723au/include/recv_osdep.h
drivers/staging/rtl8723au/os_dep/recv_linux.c