Re: [PATCH] platform/chrome: cros_ec_typec: Make configure_mux static

2020-06-25 Thread Enric Balletbo i Serra
Hi Prashant, On 20/6/20 4:00, Prashant Malani wrote: > Since cros_typec_configure_mux() is only used in cros-ec-typec, > it should be marked static. > > Fixes: 7e7def15fa4b ("platform/chrome: cros_ec_typec: Add USB mux control") > Reported-by: kernel test robot > Signed-off-by: Prashant Malani

[PATCH] platform/chrome: cros_ec_typec: Make configure_mux static

2020-06-19 Thread Prashant Malani
Since cros_typec_configure_mux() is only used in cros-ec-typec, it should be marked static. Fixes: 7e7def15fa4b ("platform/chrome: cros_ec_typec: Add USB mux control") Reported-by: kernel test robot Signed-off-by: Prashant Malani --- drivers/platform/chrome/cros_ec_typec.c | 6 +++--- 1 file