On 7/13/22 22:54, Liang He wrote:
+static bool is_of_parse_phandle(const struct device_node *np, + const char *phandle_name, + int index) +{
The function name sounds weird to me. Would phandle_exists() perhaps be a better name?
Thanks, Bart.
On 7/13/22 22:54, Liang He wrote:
+static bool is_of_parse_phandle(const struct device_node *np, + const char *phandle_name, + int index) +{
The function name sounds weird to me. Would phandle_exists() perhaps be a better name?
Thanks, Bart.