[U-Boot] [U-Boot,1/2] mtd: replace MTDDEBUG() with pr_debug()

Tom Rini trini at konsulko.com
Mon Oct 23 21:23:57 UTC 2017


On Wed, Oct 18, 2017 at 12:10:48AM +0900, Masahiro Yamada wrote:

> In old days, the MTD subsystem in Linux had debug facility like
> DEBUG(MTD_DEBUG_LEVEL1, ...).
> 
> They were all replaced with pr_debug() until Linux 3.2.  See Linux
> commit 289c05222172 ("mtd: replace DEBUG() with pr_debug()").
> 
> U-Boot still uses similar macros.  Covert all of them for easier sync.
> 
> Done with the help of Coccinelle.
> 
> The semantic patch I used is as follows:
> 
> // <smpl>
> @@
> expression e1, e2;
> @@
> -MTDDEBUG(e1, e2)
> +pr_debug(e2)
> @@
> expression e1, e2;
> @@
> -MTDDEBUG(e1, e2,
> +pr_debug(e2,
>  ...)
> // </smpl>
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171023/004c54aa/attachment.sig>


More information about the U-Boot mailing list