]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: drivers: Drop owner assignment from i2c_driver
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fri, 10 Jul 2015 05:44:00 +0000 (14:44 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 14 Jul 2015 17:53:01 +0000 (18:53 +0100)
commit0d252aebe9a4110ecbd15f4e6f3e776fe78ef3bc
treeb615a2560e908b1c72b316f64955355d56bda7af
parent0c9e0229f3c4e023815b9350b2095fd8ad5809e3
regulator: drivers: Drop owner assignment from i2c_driver

i2c_driver does not need to set an owner because i2c_register_driver()
will set it.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
16 files changed:
drivers/regulator/act8865-regulator.c
drivers/regulator/da9210-regulator.c
drivers/regulator/da9211-regulator.c
drivers/regulator/isl6271a-regulator.c
drivers/regulator/isl9305.c
drivers/regulator/lp3971.c
drivers/regulator/lp3972.c
drivers/regulator/lp872x.c
drivers/regulator/ltc3589.c
drivers/regulator/max1586.c
drivers/regulator/max8660.c
drivers/regulator/max8973-regulator.c
drivers/regulator/pfuze100-regulator.c
drivers/regulator/tps51632-regulator.c
drivers/regulator/tps62360-regulator.c
drivers/regulator/tps65023-regulator.c