diff options
| author | Lars-Peter Clausen <[email protected]> | 2012-05-29 15:07:12 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-05-29 16:22:28 -0700 |
| commit | aa523a82ee1be3f50560338e06151918fd8613e7 (patch) | |
| tree | 57a4d9008fdc70c94e12fe9ff7a25334ac88189e /lib/mpi/mpi-mpow.c | |
| parent | 4cb70c2d8f1d1925288bf3775ea032a0c4eff0fa (diff) | |
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 <[email protected]>
Cc: Richard Purdie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mpow.c')
0 files changed, 0 insertions, 0 deletions