Lars-Peter Clausen
6601056a96
mmc: 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>
Signed-off-by: Chris Ball <cjb@laptop.org>
2012-01-11 23:58:42 -05:00
..
2011-10-26 15:43:27 -04:00
2011-07-21 10:35:08 -04:00
2011-10-26 15:43:26 -04:00
2011-10-26 15:43:26 -04:00
2011-11-03 13:28:14 -07:00
2011-01-26 00:28:41 -05:00
2011-03-15 13:49:42 -04:00
2009-06-13 22:42:58 +02:00
2011-09-17 15:53:23 +05:30
2011-10-26 16:32:25 -04:00
2011-10-26 16:32:25 -04:00
2011-10-26 16:32:22 -04:00
2008-12-16 14:58:17 +01:00
2011-01-25 21:53:51 -05:00
2011-11-03 13:28:14 -07:00
2011-07-20 17:21:00 -04:00
2012-01-11 23:58:42 -05:00
2012-01-11 23:58:41 -05:00
2011-07-20 17:21:11 -04:00
2011-10-26 16:32:22 -04:00
2011-10-26 15:43:37 -04:00
2011-10-26 16:32:22 -04:00
2009-03-24 21:30:03 +01:00
2011-12-10 16:18:34 -05:00
2011-10-26 16:32:19 -04:00
2011-06-18 22:18:00 -04:00
2011-12-07 23:10:56 -05:00
2011-08-08 14:27:44 +01:00
2011-10-26 16:32:22 -04:00
2008-01-26 15:07:53 +00:00
2011-11-04 18:02:25 -07:00
2009-10-01 16:11:15 -07:00
2011-12-19 15:50:11 -08:00
2011-12-19 15:50:11 -08:00
2011-12-19 15:50:11 -08:00
2012-01-11 23:58:41 -05:00
2011-12-19 15:50:11 -08:00
2011-12-19 15:50:11 -08:00
2011-12-19 15:50:11 -08:00
2011-12-19 15:50:11 -08:00
2011-12-19 15:50:11 -08:00
2011-12-19 15:50:11 -08:00
2011-12-19 15:50:11 -08:00
2011-12-19 15:50:11 -08:00
2012-01-11 23:58:41 -05:00
2011-12-19 15:50:11 -08:00
2012-01-11 23:58:40 -05:00
2011-12-19 15:50:11 -08:00
2011-10-26 16:32:19 -04:00
2012-01-11 23:58:42 -05:00
2011-10-26 16:32:19 -04:00
2011-10-26 16:32:22 -04:00
2011-07-22 14:43:13 -07:00
2011-12-10 16:18:38 -05:00
2011-10-26 16:32:16 -04:00
2011-10-26 15:43:36 -04:00
2011-01-25 21:53:43 -05:00
2011-10-26 16:32:22 -04:00
2011-12-19 15:56:09 -08:00
2011-10-26 16:32:22 -04:00
2007-07-26 01:53:31 +02:00