Re: [PATCH v2] platform/chrome: cros_ec_typec: Fix call to typec_partner_set_pd_revision

From: Greg KH
Date: Tue Feb 02 2021 - 12:08:22 EST


On Tue, Feb 02, 2021 at 08:45:31AM -0800, Benson Leung wrote:
> typec_partner_set_pd_revision returns void now.
>
> Fixes: cefc011f8daf ("platform/chrome: cros_ec_typec: Set Partner PD revision from status")
> Signed-off-by: Benson Leung <bleung@xxxxxxxxxxxx>
> ---
> drivers/platform/chrome/cros_ec_typec.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)

What changed from "v1"?