lkml.org 
[lkml]   [2006]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 019/141] V4L/DVB (3418): Cause tda9887 to use I2C_DRIVERID_TDA9887
    Date
    From: Mike Isely <isely@pobox.com>
    Date: 1138043467 -0200

    - The tda9887 has an I2C id reserved for it, but it hasn't been using
    it. Probably an oversight. Fixed with this patch.

    Signed-off-by: Mike Isely <isely@pobox.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
    ---

    diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
    diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
    index 5815649..7c71422 100644
    --- a/drivers/media/video/tda9887.c
    +++ b/drivers/media/video/tda9887.c
    @@ -876,7 +876,7 @@ static int tda9887_resume(struct device
    /* ----------------------------------------------------------------------- */

    static struct i2c_driver driver = {
    - .id = -1, /* FIXME */
    + .id = I2C_DRIVERID_TDA9887,
    .attach_adapter = tda9887_probe,
    .detach_client = tda9887_detach,
    .command = tda9887_command,
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-03-20 17:13    [W:4.097 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site