staging: rtl8723au: rtw_free_recvframe23a() is always passed precvpriv->free_recv_queue
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 9 May 2014 13:03:58 +0000 (15:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:12:00 +0000 (13:12 -0700)
No point in passing in the pointer to free_recv_queue, when we always
pass in the same value.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found