[RFC 02/11] i2c: add quirk checks to core
Wolfram Sang
wsa at the-dreams.de
Tue Feb 24 06:16:44 PST 2015
> > + if (msgs[i].flags & I2C_M_RD) {
> > + if (i2c_quirk_exceeded(len, max_read))
> > + return i2c_quirk_error(adap, &msgs[i], "msg too long");
> > + } else {
> > + if (i2c_quirk_exceeded(len, max_write))
> > + return i2c_quirk_error(adap, &msgs[i], "msg too long");
> > + }
>
> What about being more verbose in the error message, specifying if it
> was a read or a write message that failed?
Yes, done now. Thanks!
-------------- 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/e879f4a9/attachment.sig>
More information about the linux-arm-kernel
mailing list