Re: [RFC PATCH 39/57] drivers: mux: Use class_find_device_by_of_node helper

From: Peter Rosin
Date: Mon Jun 03 2019 - 14:43:56 EST


On 2019-06-03 18:45, Suzuki K Poulose wrote:
> Hi Peter,

> Sorry about that. The routine is a wrapper to class_find_device()
> which uses a generic routine to match the of_node, instead of the
> driver specific of_dev_node_match(). The series adds such wrappers for
> {bus/drivers/class}_find_device(). Unfortunately I didn't add
> individual driver maintainers to the patches, which add those wrappers.
> For the moment, please find the link below for the patch :
>
> https://lkml.kernel.org/r/1559577023-558-29-git-send-email-suzuki.poulose@xxxxxxx
>
>
> I will try to address it in the next revision.

For the record, that patch references some other new function
"device_match_of_node" for which I do not have a definition. But with
the above link, I was able to find it without too much effort.

All looks ok to me, so, if you fix that blank line thing,

Reviewed-by: Peter Rosin <peda@xxxxxxxxxx>

Cheers,
Peter