Re: [PATCH] Add warning for unrecognized I2C nodes in the device tree

2008-05-30 Thread Kumar Gala
On May 15, 2008, at 5:04 PM, Timur Tabi wrote: Update of_find_i2c_driver in fsl_soc.c to display a warning message if an I2C node in the device tree isn't found in the i2c_devices[] array. Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/fsl_soc.c |4 1 files cha

[PATCH] Add warning for unrecognized I2C nodes in the device tree

2008-05-15 Thread Timur Tabi
Update of_find_i2c_driver in fsl_soc.c to display a warning message if an I2C node in the device tree isn't found in the i2c_devices[] array. Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/fsl_soc.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a