lkml.org 
[lkml]   [2013]   [Mar]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 65/88] hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionality
    Date
    3.5.7.8 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Guenter Roeck <linux@roeck-us.net>

    commit f366fccd0809f13ba20d64cae3c83f7338c88af7 upstream.

    We read the chip ID from the chip, use it to determine if the chip ID provided
    to the driver is correct, and report it if wrong. We should also use the
    correct chip ID to select supported functionality.

    Signed-off-by: Guenter Roeck <linux@roeck-us.net>
    Acked-by: Jean Delvare <khali@linux-fr.org>
    Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
    ---
    drivers/hwmon/pmbus/ltc2978.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/hwmon/pmbus/ltc2978.c b/drivers/hwmon/pmbus/ltc2978.c
    index cc29a7e..a58de38 100644
    --- a/drivers/hwmon/pmbus/ltc2978.c
    +++ b/drivers/hwmon/pmbus/ltc2978.c
    @@ -326,7 +326,7 @@ static int ltc2978_probe(struct i2c_client *client,
    data->temp_max = 0x7c00;
    data->temp2_max = 0x7c00;

    - switch (id->driver_data) {
    + switch (data->id) {
    case ltc2978:
    info->read_word_data = ltc2978_read_word_data;
    info->pages = 8;
    --
    1.8.1.2


    \
     
     \ /
      Last update: 2013-03-14 12:42    [W:2.123 / U:0.344 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site