Thread (5 messages) flat view 5 messages, 2 authors, 2016-08-05

Re: [PATCH 08/11] net/fsl: use of_property_read_bool

From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-08-05 09:30:44
Also in: kernel-janitors, lkml

-	if (of_get_property(pdev->dev.of_node,
-			    "little-endian", NULL))
+	if (of_property_read_bool(pdev->dev.of_node, "little-
endian"))
 		priv->is_little_endian = true;
 	else
 		priv->is_little_endian = false;
Perhaps, while changing this, that'd be better as

	priv->is_little_endian = of_property_read_bool(...);

Obviously that would've worked before, but now it'd be even easier to
understand, it seems.

johannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help