mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_device
authorBill Richardson <wfrichar@chromium.org>
Wed, 18 Jun 2014 18:14:03 +0000 (11:14 -0700)
committerLee Jones <lee.jones@linaro.org>
Wed, 9 Jul 2014 13:58:18 +0000 (14:58 +0100)
commit533cec8f34778de10412dfabac991cf458ebf3c9
treedd08a5262f40270b94ac1ecb390d59cc6729e3c9
parent5d4773e27e8ab37491767a6ef99ffd7100fe6341
mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_device

struct cros_ec_device has a superfluous "name" field. We can get all the
debugging info we need from the existing ec_name and phys_name fields, so
let's take out the extra field.

The printout also has sufficient info in it without explicitly adding
the transport.  Before this change:
  cros-ec-spi spi2.0: Chrome EC (SPI)

After this change:
  cros-ec-spi spi2.0: Chrome EC device registered

Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/cros_ec.c
drivers/mfd/cros_ec_i2c.c
drivers/mfd/cros_ec_spi.c
include/linux/mfd/cros_ec.h
This page took 0.026315 seconds and 5 git commands to generate.