]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8188eu: remove unneeded initializations
authorMichael Straube <straube.linux@gmail.com>
Tue, 12 Apr 2022 18:57:53 +0000 (20:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Apr 2022 06:55:54 +0000 (08:55 +0200)
commit61b543b4026df045749b8b2b2c58529431668ea8
treec93cfb99e3b39f7fe38fe0cea0ad8d887e1c6902
parentda8bcc9582c4f7cba805ff5ea6a7c4baef0683e2
staging: r8188eu: remove unneeded initializations

The variables i and offset in block_write() are set in the code
before they are used. Remove the unneeded initializations.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220412185754.8695-6-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_fw.c