Re: [PATCH] spi/mpc52xx: replace printk with dev_err

2009-11-09 Thread Grant Likely
On Wed, Nov 4, 2009 at 2:49 AM, Wolfram Sang wrote: > To easily identify which device has problems. > > Signed-off-by: Wolfram Sang > Cc: Grant Likely > --- >  drivers/spi/mpc52xx_psc_spi.c |    5 ++--- >  1 files changed, 2 insertions(+), 3 deletions(-) picked up. Thanks g. _

[PATCH] spi/mpc52xx: replace printk with dev_err

2009-11-04 Thread Wolfram Sang
To easily identify which device has problems. Signed-off-by: Wolfram Sang Cc: Grant Likely --- drivers/spi/mpc52xx_psc_spi.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/spi/mpc52xx_psc_spi.c b/drivers/spi/mpc52xx_psc_spi.c index e268437..6fb6b3b 100644 -