On Sat, Oct 04, 2014 at 01:59:47AM +0900, Masanari Iida wrote:
> This patch remove unnecessary KERN_INFO in pr_info()
> 
> Signed-off-by: Masanari Iida <standby2...@gmail.com>
> ---
>  drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c 
> b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
> index 6aa9d7c..6129164 100644
> --- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
> +++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
> @@ -58,7 +58,7 @@ static void datadump(char *msg, void *m, int n)
>  
>       for (i = 0; i < n; i++) {
>               if ((i&0xf) == 0)
> -                     pr_info(KERN_INFO "\n  0x%4x: ", i);
> +                     pr_info("\n  0x%4x: ", i);

The original code isn't correct here, can you please fix this up to work
properly?

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to