Naveen, On Sun, Mar 10, 2013 at 7:09 PM, Naveen Krishna Chatradhi <[email protected]> wrote: > @@ -317,7 +346,7 @@ static int ntc_thermistor_get_ohm(struct ntc_data *data) > return data->pdata->read_ohm(data->pdev); > > if (data->pdata->read_uV) { > - read_uV = data->pdata->read_uV(data->pdev); > + read_uV = data->pdata->read_uV(data->pdata);
This doesn't apply for me. Did you perhaps accidentally send up a patch against the version of the driver that's in the Chrome OS tree? You should be sending patches against some tree that's upstream (linux, linux-next, iio, ...). Thanks! -Doug -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

