diff options
| author | Lars-Peter Clausen <[email protected]> | 2012-04-10 10:51:29 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2012-04-13 13:13:38 -0400 |
| commit | 60dfc629f8f7915e5411812ea0d009f5331577b4 (patch) | |
| tree | 7d429192cd910819c7fb854c70486ed499dedcd2 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 6f66cdc3e5d3d5ccbb7ee9265b8211cdc24aa401 (diff) | |
net: 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: "David S. Miller" <[email protected]>
Cc: Gabor Juhos <[email protected]>
Cc: Frederic Lambert <[email protected]>
Cc: [email protected]
Acked-by: Gabor Juhos <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions