[PATCH V2 RESEND] gpio: samsung: use pr_* instead of printk

2012-10-16 Thread Jingoo Han
This patch uses pr_* instead of printk. Also, gpio_dbg is replaced with pr_debug. Signed-off-by: Ryan Mallon rmal...@gmail.com Signed-off-by: Jingoo Han jg1@samsung.com Reviewed-by: Linus Walleij linus.wall...@linaro.org --- drivers/gpio/gpio-samsung.c | 18 ++ 1 files

Re: [PATCH V2 RESEND] gpio: samsung: use pr_* instead of printk

2012-10-16 Thread Ryan Mallon
On 16/10/12 19:25, Jingoo Han wrote: This patch uses pr_* instead of printk. Also, gpio_dbg is replaced with pr_debug. Signed-off-by: Ryan Mallon rmal...@gmail.com If I recall correctly, I only offered review comments on this patch, I wasn't directly involved in writing it, or in the

Re: [PATCH V2 RESEND] gpio: samsung: use pr_* instead of printk

2012-10-16 Thread Linus Walleij
On Tue, Oct 16, 2012 at 10:25 AM, Jingoo Han jg1@samsung.com wrote: int samsung_gpio_setpull_updown(struct samsung_gpio_chip *chip, unsigned int off, samsung_gpio_pull_t pull) { @@ -599,7 +593,7 @@ static int samsung_gpiolib_4bit_input(struct gpio_chip

Re: [PATCH V2 RESEND] gpio: samsung: use pr_* instead of printk

2012-10-16 Thread Jingoo Han
On Tuesday, October 16, 2012 6:43 PM Ryan Mallon wrote On 16/10/12 19:25, Jingoo Han wrote: This patch uses pr_* instead of printk. Also, gpio_dbg is replaced with pr_debug. Signed-off-by: Ryan Mallon rmal...@gmail.com If I recall correctly, I only offered review comments on this

Re: [PATCH V2 RESEND] gpio: samsung: use pr_* instead of printk

2012-10-16 Thread Jingoo Han
On Wednesday, October 17, 2012 2:33 AM Linus Walleij wrote: On Tue, Oct 16, 2012 at 10:25 AM, Jingoo Han jg1@samsung.com wrote: int samsung_gpio_setpull_updown(struct samsung_gpio_chip *chip, unsigned int off, samsung_gpio_pull_t pull) { @@ -599,7