Re: [PATCH 1/5] of/device: Centralize checking of 'status' properties

2010-12-30 Thread Grant Likely
On Wed, Dec 08, 2010 at 11:29:13AM -0800, Deepak Saxena wrote: Don't call any of_platform_driver's probe() function if the device node is not accessible (as denoted in the status property). Signed-off-by: Hollis Blanchard hollis_blanch...@mentor.com Signed-off-by: Deepak Saxena

[PATCH 1/5] of/device: Centralize checking of 'status' properties

2010-12-08 Thread Deepak Saxena
Don't call any of_platform_driver's probe() function if the device node is not accessible (as denoted in the status property). Signed-off-by: Hollis Blanchard hollis_blanch...@mentor.com Signed-off-by: Deepak Saxena deepak_sax...@mentor.com --- arch/powerpc/platforms/83xx/suspend.c |3 ---