staging: r8188eu: remove tmp variable in update_recvframe_attrib_88e
authorMartin Kaiser <martin@kaiser.cx>
Sat, 5 Mar 2022 14:41:13 +0000 (15:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Mar 2022 17:29:34 +0000 (18:29 +0100)
commit23a11ec550db4ad65dd42d68e8bf014e7df65b5f
treea8f7ac1f58aedf96e1e1f2fa8554fa6f1791489f
parent44aa511a6c383af3c9c858c38e078335d49d34f1
staging: r8188eu: remove tmp variable in update_recvframe_attrib_88e

Remove an unnecessary temporary variable in update_recvframe_attrib_88e.
We can use the prxstat pointer directly to parse the input data. There's
no need to store a local copy in "report".

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220305144117.1380534-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_rxdesc.c