]> asedeno.scripts.mit.edu Git - linux.git/commit
eeprom: at24: move at24_read() below at24_eeprom_write()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 6 Jun 2016 08:48:44 +0000 (10:48 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 17 Jul 2016 17:41:54 +0000 (19:41 +0200)
commitd5bc0047986df1fe99805141650cc3d429499ecc
treed7d9606430e175de7f611380641d8950ce2388ab
parentb0b9f7bf9d1b76bdc05f3ba4955f42ccb9fd461d
eeprom: at24: move at24_read() below at24_eeprom_write()

In preparation for splitting at24_eeprom_write() & at24_eeprom_read()
into smaller, specialized routines move at24_read() below, so that it
won't be intertwined with the low-level EEPROM accessors.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/misc/eeprom/at24.c