Re: [PATCHv4 5/7] eeprom: at25: extend driver to plug into the NVMEM framework

From: Andrew Lunn
Date: Wed Feb 17 2016 - 08:42:48 EST


> >- if (!(chip.flags & EE_READONLY)) {
> >- at25->bin.write = at25_bin_write;
> >- at25->bin.attr.mode |= S_IWUSR;
> >- }
>
> Above check is totally unused, probably remove it.

Sorry, i don't understand. This check is being removed.

Thanks
Andrew