Re: [PATCH][OF] Add of_device_is_available function
From: David Miller <davem@davemloft.net>
Date: 2008-02-26 21:33:49
From: David Miller <davem@davemloft.net>
Date: 2008-02-26 21:33:49
From: Paul Mackerras <redacted> Date: Tue, 26 Feb 2008 20:04:12 +1100
It would probably be good to defend against the possibility that the property isn't null-terminated (for example if its length is zero).
FWIW, when I pull in the device tree on sparc I eliminate any need for those kinds of checks by putting a '\0' at the end of every property blob. I copied a lot of this code from you guys, so it wouldn't surprise me if ppc does this too. :-)