lkml.org 
[lkml]   [2011]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 04/11] hwmon: Remove redundant spi driver bus initialization
    On Thu, Nov 24, 2011 at 10:29:14AM -0500, Lars-Peter Clausen wrote:
    > 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: Jean Delvare <khali@linux-fr.org>
    > Cc: Guenter Roeck <guenter.roeck@ericsson.com>
    > Cc: lm-sensors@lm-sensors.org

    Applied.

    Thanks,
    Guenter


    \
     
     \ /
      Last update: 2011-11-25 18:33    [W:4.152 / U:0.364 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site