Re: dtc: Migrate "string property" checks to new framework

2007-12-06 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > This patch converts to the new tree checking framework those checks > which verify that certain properties (device_type, model) have a > string value, when present. > > Signed-off-by: David Gibson <[EMAIL PROTECTED]> Applied. jdl __

dtc: Migrate "string property" checks to new framework

2007-12-05 Thread David Gibson
This patch converts to the new tree checking framework those checks which verify that certain properties (device_type, model) have a string value, when present. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: dtc/checks.c ===