lkml.org 
[lkml]   [2022]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 1/3] i2c: qcom-geni: Use the correct return value

    > - return num;
    > + return ret;

    Not quite. Kdoc describes the retval in i2c_transfer.

    2136 * i2c_transfer - execute a single or combined I2C message
    2137 * @adap: Handle to I2C bus
    2138 * @msgs: One or more messages to execute before STOP is issued to
    2139 * terminate the operation; each message begins with a START.
    2140 * @num: Number of messages to be executed.
    2141 *
    2142 * Returns negative errno, else the number of messages executed.

    I agree this needs better documentation in i2c.h, I will fix it.

    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2022-07-24 07:05    [W:6.154 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site