On Tue, 4 Mar 2025 at 10:33, Sricharan RamabadhranHo ok, good catch, checked the firmware spec, does not map to a standard Linux error code. Will check and return a standard __errno__.
<quic_srichara@xxxxxxxxxxx> wrote:
On 3/3/2025 6:34 PM, Dmitry Baryshkov wrote:
On Mon, Mar 03, 2025 at 03:58:42PM +0530, Sricharan Ramabadhran wrote:status != 0 is an error always.
On 2/28/2025 12:03 PM, Dmitry Baryshkov wrote:
On Fri, Feb 28, 2025 at 10:23:56AM +0530, Sricharan R wrote:
ok, yes error.+ dev_err(dev, "Failed with status: %d\n", msg.resp.status);
+ ret = msg.resp.status;
return msg.resp.status (is it really errno?)
The question was if it is an errno, not if it is an error.
Is it an _errno_ ?