mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
eeprom: at24: fix a whitespace error in platform data
Replace spaces with tabs in the definition of AT24_FLAG_NO_RDROL. Fixes: 9d404411091c ("eeprom: at24: support eeproms that do not auto-rollover reads") Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
This commit is contained in:
parent
6ce261e87f
commit
98fb3a3473
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ struct at24_platform_data {
|
||||||
#define AT24_FLAG_TAKE8ADDR BIT(4) /* take always 8 addresses (24c00) */
|
#define AT24_FLAG_TAKE8ADDR BIT(4) /* take always 8 addresses (24c00) */
|
||||||
#define AT24_FLAG_SERIAL BIT(3) /* factory-programmed serial number */
|
#define AT24_FLAG_SERIAL BIT(3) /* factory-programmed serial number */
|
||||||
#define AT24_FLAG_MAC BIT(2) /* factory-programmed mac address */
|
#define AT24_FLAG_MAC BIT(2) /* factory-programmed mac address */
|
||||||
#define AT24_FLAG_NO_RDROL BIT(1) /* does not auto-rollover reads to */
|
#define AT24_FLAG_NO_RDROL BIT(1) /* does not auto-rollover reads to */
|
||||||
/* the next slave address */
|
/* the next slave address */
|
||||||
|
|
||||||
void (*setup)(struct nvmem_device *nvmem, void *context);
|
void (*setup)(struct nvmem_device *nvmem, void *context);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue