Re: [PATCH] Staging: android: ashmem: Replaces printk with pr_err and pr_info

2012-07-14 Thread Dan Carpenter
On Sat, Jul 14, 2012 at 08:28:34AM -0400, Austin Robinson wrote: > In several instances in ashmem.c, printk(KERN_INFO... and printk{KERN_ERR... > were being > used. This replaces those with the preferred pr_err and pr_info, which removes > style-related warnings. > Someone already did this.

[PATCH] Staging: android: ashmem: Replaces printk with pr_err and pr_info

2012-07-14 Thread Austin Robinson
In several instances in ashmem.c, printk(KERN_INFO... and printk{KERN_ERR... were being used. This replaces those with the preferred pr_err and pr_info, which removes style-related warnings. Signed-off-by: Austin C Robinson --- drivers/staging/android/ashmem.c | 12 ++-- 1 file

[PATCH] Staging: android: ashmem: Replaces printk with pr_err and pr_info

2012-07-14 Thread Austin Robinson
In several instances in ashmem.c, printk(KERN_INFO... and printk{KERN_ERR... were being used. This replaces those with the preferred pr_err and pr_info, which removes style-related warnings. Signed-off-by: Austin C Robinson austin.r...@gmail.com --- drivers/staging/android/ashmem.c | 12

Re: [PATCH] Staging: android: ashmem: Replaces printk with pr_err and pr_info

2012-07-14 Thread Dan Carpenter
On Sat, Jul 14, 2012 at 08:28:34AM -0400, Austin Robinson wrote: In several instances in ashmem.c, printk(KERN_INFO... and printk{KERN_ERR... were being used. This replaces those with the preferred pr_err and pr_info, which removes style-related warnings. Someone already did this. You