[U-Boot] [PATCH v2 3/8] USB-CDC: Use native debug printout macros

Rogan Dawes rogan at dawes.za.net
Fri Aug 13 15:03:31 CEST 2010


On 2010/08/13 2:57 PM, Vitaly Kuzmichev wrote:
> Replace Linux-like debug printout macros by native ones.
>
> Signed-off-by: Vitaly Kuzmichev<vkuzmichev at mvista.com>
> ---
>   drivers/usb/gadget/ether.c |   99 ++++++++++++++++++++-----------------------
>   1 files changed, 46 insertions(+), 53 deletions(-)
>
> diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c
> index a07738f..c287ec2 100644
> --- a/drivers/usb/gadget/ether.c
> +++ b/drivers/usb/gadget/ether.c
> @@ -20,6 +20,9 @@
>    * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>    */
>
> +#define DEBUG
> +#undef DEBUG
> +

Eh?


More information about the U-Boot mailing list