lkml.org 
[lkml]   [2011]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[106/165] i2c/writing-clients: Fix foo_driver.id_table
    2.6.39-stable review patch.  If anyone has any objections, please let us know.

    ------------------
    Content-Length: 748
    Lines: 27

    From: Vikram Narayanan <vikram186@gmail.com>

    commit 3116c86033079a1d4d4e84c40028f96b614843b8 upstream.

    The i2c_device_id structure variable's name is not used in the
    i2c_driver structure.

    Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
    Signed-off-by: Jean Delvare <khali@linux-fr.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    Documentation/i2c/writing-clients | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/Documentation/i2c/writing-clients
    +++ b/Documentation/i2c/writing-clients
    @@ -38,7 +38,7 @@ static struct i2c_driver foo_driver = {
    .name = "foo",
    },

    - .id_table = foo_ids,
    + .id_table = foo_idtable,
    .probe = foo_probe,
    .remove = foo_remove,
    /* if device autodetection is needed: */



    \
     
     \ /
      Last update: 2011-06-01 10:45    [W:4.341 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site