Replace all occurrences of vdbg with vinfo

This commit is contained in:
Gregory Nutt
2016-06-11 11:59:51 -06:00
parent 3a74a438d9
commit fc3540cffe
845 changed files with 5817 additions and 5817 deletions
+2 -2
View File
@@ -125,10 +125,10 @@
#ifdef CONFIG_DEBUG_LEDS
# define leddbg lldbg
# define ledvdbg llvdbg
# define ledinfo llinfo
#else
# define leddbg(x...)
# define ledvdbg(x...)
# define ledinfo(x...)
#endif
/****************************************************************************
+3 -3
View File
@@ -62,14 +62,14 @@
#ifdef CONFIG_DEBUG_SPI
# define spidbg lldbg
# ifdef CONFIG_DEBUG_SPI_VERBOSE
# define spivdbg lldbg
# define spiinfo lldbg
# else
# define spivdbg(x...)
# define spiinfo(x...)
# endif
#else
# undef CONFIG_DEBUG_SPI_VERBOSE
# define spidbg(x...)
# define spivdbg(x...)
# define spiinfo(x...)
#endif
/************************************************************************************