staging: rtl8188eu: remove unncessary asignment to cleanup long line
authorMichael Straube <straube.linux@gmail.com>
Mon, 28 Jan 2019 09:51:35 +0000 (10:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jan 2019 14:40:58 +0000 (15:40 +0100)
commitd8e2a9a58ec06364fcf4916a090d274c7f398203
tree4272830ec07d4b1ddacc1aefe6286fd2c6364af0
parent0a6286668b4a85c44f4f60afbb22f58f8f1082a5
staging: rtl8188eu: remove unncessary asignment to cleanup long line

Instead of first asign 'wrqu.data.length = p - buff' use 'p - buff'
directly in min_t() in the subsequent asignment. Clears a line over
80 characters checkpatch warning.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/mlme_linux.c