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

2021-02-02 Thread Benson Leung
On Tue, Feb 02, 2021 at 07:30:06PM +0100, Greg KH wrote: > On Tue, Feb 02, 2021 at 09:52:13AM -0800, Benson Leung wrote: > > Hi Greg, > > > > On Tue, Feb 2, 2021 at 9:02 AM Greg KH wrote: > > > > > > On Tue, Feb 02, 2021 at 08:45:31AM -0800, Benson Leung wrote: > > > >

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

2021-02-02 Thread Greg KH
On Tue, Feb 02, 2021 at 09:52:13AM -0800, Benson Leung wrote: > Hi Greg, > > On Tue, Feb 2, 2021 at 9:02 AM Greg KH wrote: > > > > On Tue, Feb 02, 2021 at 08:45:31AM -0800, Benson Leung wrote: > > > typec_partner_set_pd_revision returns void now. > > > > > > Fixes: cefc011f8daf

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

2021-02-02 Thread Benson Leung
Hi Greg, On Tue, Feb 2, 2021 at 9:02 AM Greg KH wrote: > > 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:

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

2021-02-02 Thread Greg KH
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 > --- > drivers/platform/chrome/cros_ec_typec.c | 6

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

2021-02-02 Thread Benson Leung
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 --- drivers/platform/chrome/cros_ec_typec.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git