[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4ed428e5-8108-e6c5-b580-9dd20ec049f0@kernel.dk>
Date: Tue, 9 Jul 2019 21:04:11 -0600
From: Jens Axboe <axboe@...nel.dk>
To: Jiri Slaby <jslaby@...e.cz>
Cc: linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org
Subject: Re: [PATCH v2 2/3] ata: make qc_prep return an int
On 7/9/19 4:02 AM, Jiri Slaby wrote:
> In case a driver wants to return an error. sata_mv is one of those --
> see the next patch.
Not against the change as such, but there seems to be some confusion on
int vs enum ata_completion_errors. The latter is probably poorly named
if you're going to start using it for prep return, but would probably
still be saner to have an AC_ERR_OK as 0 and use that and use the enum.
--
Jens Axboe
Powered by blists - more mailing lists