On Mon, Oct 5, 2020 at 7:27 PM Simon Glass <s...@chromium.org> wrote: > > Fix the dtoc warning in these file by using a driver name that matches the > compatible string. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > drivers/misc/cros_ec_i2c.c | 4 ++-- > drivers/misc/cros_ec_lpc.c | 4 ++-- > drivers/misc/cros_ec_spi.c | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>