summaryrefslogtreecommitdiff
path: root/include/sound/saif.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-05-29 22:07:12 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2012-05-29 23:22:28 (GMT)
commitaa523a82ee1be3f50560338e06151918fd8613e7 (patch)
tree57a4d9008fdc70c94e12fe9ff7a25334ac88189e /include/sound/saif.h
parent4cb70c2d8f1d1925288bf3775ea032a0c4eff0fa (diff)
downloadlinux-fsl-qoriq-aa523a82ee1be3f50560338e06151918fd8613e7.tar.xz
blacklight: 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: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/sound/saif.h')
0 files changed, 0 insertions, 0 deletions