Re: [PATCH] gpio: mc33880: use dev_err() instead of printk()

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 10:16 AM, Jingoo Han wrote: > dev_err() is more preferred than printk(). > > Signed-off-by: Jingoo Han Patch applied. Thanks! Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH] gpio: mc33880: use dev_err() instead of printk()

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 10:16 AM, Jingoo Han jg1@samsung.com wrote: dev_err() is more preferred than printk(). Signed-off-by: Jingoo Han jg1@samsung.com Patch applied. Thanks! Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH] gpio: mc33880: use dev_err() instead of printk()

2013-03-15 Thread Jingoo Han
dev_err() is more preferred than printk(). Signed-off-by: Jingoo Han --- drivers/gpio/gpio-mc33880.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/gpio-mc33880.c b/drivers/gpio/gpio-mc33880.c index b161489..3395879 100644 ---

[PATCH] gpio: mc33880: use dev_err() instead of printk()

2013-03-15 Thread Jingoo Han
dev_err() is more preferred than printk(). Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/gpio/gpio-mc33880.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/gpio-mc33880.c b/drivers/gpio/gpio-mc33880.c index b161489..3395879 100644 ---