[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YgIAl8do1/b1Dru9@google.com>
Date: Tue, 8 Feb 2022 13:33:11 +0800
From: Tzung-Bi Shih <tzungbi@...gle.com>
To: Prashant Malani <pmalani@...omium.org>
Cc: linux-kernel@...r.kernel.org, Benson Leung <bleung@...omium.org>,
"open list:CHROMEOS EC USB TYPE-C DRIVER"
<chrome-platform@...ts.linux.dev>,
Guenter Roeck <groeck@...omium.org>
Subject: Re: [PATCH 1/4] platform/chrome: cros_ec_typec: Move mux flag checks
On Mon, Feb 07, 2022 at 09:40:24PM +0000, Prashant Malani wrote:
> Move mux and role flag checks inside of cros_typec_configure_mux(),
> which is a more logical location for them.
nit: s/Move/Moves/.
> @@ -519,7 +519,14 @@ static int cros_typec_configure_mux(struct cros_typec_data *typec, int port_num,
> struct cros_typec_port *port = typec->ports[port_num];
> struct ec_params_usb_pd_mux_ack mux_ack;
> enum typec_orientation orientation;
> - int ret;
> + int ret = 0;
The change looks irrelevant to the patch.
Powered by blists - more mailing lists