Re: [PATCH 1/3] eeprom: at25: Drop obsolete cast in at25_ee_write()

2018-10-10 Thread Geert Uytterhoeven
Hi Arnd, On Wed, Oct 10, 2018 at 4:01 PM Arnd Bergmann wrote: > On 10/10/18, Geert Uytterhoeven wrote: > > Since commit 01973a01f9ec34b7 ("eeprom: at25: remove nvmem regmap > > dependency") changed the type of "off" from "loff_t" to "unsigned int", > > there is no longer a need to cast it to

Re: [PATCH 1/3] eeprom: at25: Drop obsolete cast in at25_ee_write()

2018-10-10 Thread Geert Uytterhoeven
Hi Arnd, On Wed, Oct 10, 2018 at 4:01 PM Arnd Bergmann wrote: > On 10/10/18, Geert Uytterhoeven wrote: > > Since commit 01973a01f9ec34b7 ("eeprom: at25: remove nvmem regmap > > dependency") changed the type of "off" from "loff_t" to "unsigned int", > > there is no longer a need to cast it to

Re: [PATCH 1/3] eeprom: at25: Drop obsolete cast in at25_ee_write()

2018-10-10 Thread Arnd Bergmann
On 10/10/18, Geert Uytterhoeven wrote: > Since commit 01973a01f9ec34b7 ("eeprom: at25: remove nvmem regmap > dependency") changed the type of "off" from "loff_t" to "unsigned int", > there is no longer a need to cast it to "unsigned". > > Signed-off-by: Geert Uytterhoeven > --- >

Re: [PATCH 1/3] eeprom: at25: Drop obsolete cast in at25_ee_write()

2018-10-10 Thread Arnd Bergmann
On 10/10/18, Geert Uytterhoeven wrote: > Since commit 01973a01f9ec34b7 ("eeprom: at25: remove nvmem regmap > dependency") changed the type of "off" from "loff_t" to "unsigned int", > there is no longer a need to cast it to "unsigned". > > Signed-off-by: Geert Uytterhoeven > --- >

[PATCH 1/3] eeprom: at25: Drop obsolete cast in at25_ee_write()

2018-10-10 Thread Geert Uytterhoeven
Since commit 01973a01f9ec34b7 ("eeprom: at25: remove nvmem regmap dependency") changed the type of "off" from "loff_t" to "unsigned int", there is no longer a need to cast it to "unsigned". Signed-off-by: Geert Uytterhoeven --- drivers/misc/eeprom/at25.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH 1/3] eeprom: at25: Drop obsolete cast in at25_ee_write()

2018-10-10 Thread Geert Uytterhoeven
Since commit 01973a01f9ec34b7 ("eeprom: at25: remove nvmem regmap dependency") changed the type of "off" from "loff_t" to "unsigned int", there is no longer a need to cast it to "unsigned". Signed-off-by: Geert Uytterhoeven --- drivers/misc/eeprom/at25.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH 1/3] eeprom: at25: Drop obsolete cast in at25_ee_write()

2018-10-10 Thread Geert Uytterhoeven
Since commit 01973a01f9ec34b7 ("eeprom: at25: remove nvmem regmap dependency") changed the type of "off" from "loff_t" to "unsigned int", there is no longer a need to cast it to "unsigned". Signed-off-by: Geert Uytterhoeven --- drivers/misc/eeprom/at25.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH 1/3] eeprom: at25: Drop obsolete cast in at25_ee_write()

2018-10-10 Thread Geert Uytterhoeven
Since commit 01973a01f9ec34b7 ("eeprom: at25: remove nvmem regmap dependency") changed the type of "off" from "loff_t" to "unsigned int", there is no longer a need to cast it to "unsigned". Signed-off-by: Geert Uytterhoeven --- drivers/misc/eeprom/at25.c | 2 +- 1 file changed, 1 insertion(+),