[RFC 01/11] i2c: add quirk structure to describe adapter flaws
Wolfram Sang
wsa at the-dreams.de
Tue Feb 24 08:04:46 PST 2015
On Mon, Jan 19, 2015 at 04:05:15PM +0100, Wolfram Sang wrote:
>
> > > + struct i2c_adapter_quirks *quirks;
> > > };
> > > #define to_i2c_adapter(d) container_of(d, struct i2c_adapter, dev)
> > >
> >
> > I suggest to add const.
> > const struct i2c_adapter_quirks *quirks;
> >
> > also, in i2c-core.c, should modify:
> > const struct i2c_adapter_quirks *q = adap->quirks;
>
> Thanks, I'll think about it.
And added it...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150224/722b5c05/attachment.sig>
More information about the linux-arm-kernel
mailing list