[PATCH 0/6] staging: r8188eu: clean up block_write() in rtw_fw.c
From: Michael Straube
Date: Tue Apr 12 2022 - 14:58:18 EST
This series cleans up the block_write() function in rtw_fw.c.
I wondered if removing the part that writes 8-byte blocks makes any
notable difference. On my system it took about two seconds longer to
init the device. So I left that as is.
Tested on x86_64 with Inter-Tech DMG-02.
Michael Straube (6):
staging: r8188eu: correct macro spelling mistake
staging: r8188eu: rename parameter of block_write()
staging: r8188eu: change void parameters to u8
staging: r8188eu: reduce variables in block_write()
staging: r8188eu: remove unneeded initializations
staging: r8188eu: clean up long lines in block_write()
drivers/staging/r8188eu/core/rtw_fw.c | 73 ++++++++++++++-------------
1 file changed, 37 insertions(+), 36 deletions(-)
--
2.35.1