Re: [PATCH] staging: vt6655: Convert DBG_PRT to pr_<level>

From: Greg Kroah-Hartman
Date: Sun Aug 17 2014 - 10:21:02 EST


On Mon, Aug 11, 2014 at 12:03:18AM -0700, Joe Perches wrote:
> DBG_PRT uses are unnecessarily complex.
>
> Convert DBG_PRT msglevel to pr_<level>.
> This changes the KERN_<level> type of several uses.
> It also enables dynamic_debug for the pr_debug conversions.
>
> This patch can be a prelude to converting these pr_<level>
> uses to dev_<level> as appropriate.
>
> Other changes:
>
> Realign arguments of these conversions.
> Remove now unused static int msglevel declarations.
> Remove now unused DBG_PRT #define.
>
> Compile tested only.
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

Due to patches for this driver sent before this one, that are now in my
staging-next branch of my staging.git tree, this patch doesn't apply :(

Can you refresh it and resend?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/