[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YtzSzKmakEWe1usg@shikoro>
Date: Sun, 24 Jul 2022 07:04:12 +0200
From: Wolfram Sang <wsa@...nel.org>
To: Bjorn Andersson <bjorn.andersson@...aro.org>
Cc: Konrad Dybcio <konrad.dybcio@...ainline.org>,
Vinod Koul <vkoul@...nel.org>, linux-arm-msm@...r.kernel.org,
linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [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.
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists