On Mon, May 4, 2015 at 4:45 AM, Mark Brown <broo...@kernel.org> wrote:
> On Sun, May 03, 2015 at 05:00:18PM -0700, Kevin Cernekee wrote:
>> +     if (dev->of_node) {
>> +             const struct of_device_id *of_id;
>> +
>> +             of_id = of_match_device(tas571x_of_match, dev);
>> +             if (of_id)
>> +                     priv->chip = of_id->data;
>> +     }
>
> Doesn't of_match_device() do the right thing with devices not registered
> from DT?

Not sure.  What kinds of situations are you concerned about?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to