summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>2026-05-13 19:23:03 +0200
committerMark Brown <broonie@kernel.org>2026-05-21 12:30:07 +0100
commit2e0389f3689c42091ec153beadc4056ede448a34 (patch)
treead5f2f4d5d544ef231d37d174d6bb7990655c385 /include/linux
parent254f49634ee16a731174d2ae34bc50bd5f45e731 (diff)
ASoC: Drop empty i2c remove callbacks
A remove callback that does nothing has the same semantic (apart from a debug output) as no such callback at all as i2c_device_remove() just does: if (driver->remove) { dev_dbg(dev, "remove\n"); driver->remove(client); } Remove these useless callbacks. While touching the driver structs, unify indention. Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com> Link: https://patch.msgid.link/3afd8230634dd68ac7c1885ee2b01da377349f89.1778692164.git.u.kleine-koenig@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions