On 06/26/13 08:11, Sascha Hauer wrote:
On Tue, Jun 25, 2013 at 11:20:42AM +0200, Sebastian Hesselbarth wrote:
+struct device_d *of_find_device_by_node(struct device_node *np)
+{
+ struct device_d *dev;
+
+ for_each_device(dev)
+ if (dev->device_node == np)
+ return dev;
+ return NULL;
+}
There's some whitespace damage in this function.
True, and again I am wondering why my pre-commit checkpatch hook didn't
catch it.
Queued for v2.
Sebastian
_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox