Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2011-11-24 19:29:12 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-27 08:19:21 +0400
commitbb74041b1367b4935b8284a2b541f5e4365d3f50 (patch)
tree0ec392da58cf90d73f440d1ddb8a9cbdec390087 /drivers/parport/parport_ax88796.c
parente86ff4a63c9fdd875ba8492577cd1ad2252f525c (diff)
TTY: 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> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/parport/parport_ax88796.c')
0 files changed, 0 insertions, 0 deletions