eeprom: at24: Tidy at24_read()
authorJean Delvare <jdelvare@suse.de>
Tue, 25 Aug 2020 07:20:37 +0000 (09:20 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 25 Aug 2020 15:50:15 +0000 (17:50 +0200)
commit99363d1c26c825055f8a879d9d5c2b78168cf655
tree19c017e3ef337a348e4c271744b7386ef5b1de82
parenta4423cedc56fd16405240243bdfe6d02823cb26a
eeprom: at24: Tidy at24_read()

The elegant code in at24_read() has the drawback that we now need
to make a copy of all parameters to pass them to the post-processing
callback function if there is one. Rewrite the loop in such a way that
the parameters are not modified, so saving them is no longer needed.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/misc/eeprom/at24.c