summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-03-12 13:13:51 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-03-27 13:07:09 +0100
commit4c2e33f00cbfd8ccc9921e5655b768eb54327bb7 (patch)
tree4216ef2897df934a32afc4eec9421c627332a619 /kernel/cgroup.c
parentcan: Kconfig: CAN_AT91 depends on ARM (diff)
downloadlinux-4c2e33f00cbfd8ccc9921e5655b768eb54327bb7.tar.xz
linux-4c2e33f00cbfd8ccc9921e5655b768eb54327bb7.zip
can: mcp251x: Remove redundant spi driver bus initialization
In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_driver_register() so we can drop the manual assignment. The patch was generated using the following coccinelle semantic patch: // <smpl> @@ identifier _driver; @@ struct spi_driver _driver = { .driver = { - .bus = &spi_bus_type, }, }; // </smpl> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'kernel/cgroup.c')
0 files changed, 0 insertions, 0 deletions