staging: rtl8712: use shorter array initializations
authorMichael Straube <straube.linux@gmail.com>
Sat, 19 Sep 2020 08:50:32 +0000 (10:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Sep 2020 07:49:59 +0000 (09:49 +0200)
commit4ed7f05244a2b51376e1351cdb08657f8d22ea82
tree936b4864e76abcfcd784738dc049c78c1209a880
parent0e934ce2904e05d80f79f7fcb08632df3d994b6b
staging: rtl8712: use shorter array initializations

Use empty brace syntax to initialize zero valued arrays.
Simplifies and shortens the code a little bit.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200919085032.32453-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_xmit.c