From 0743dccdd95bd5271d00fee6ab4df834375c4e52 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 8 Jan 2009 11:31:28 +0200 Subject: [PATCH] --- yaml --- r: 141149 b: refs/heads/master c: 132e755aedec1da154d516f33d23bdef008c4f9f h: refs/heads/master i: 141147: 8813e3760b6220477e4af2e2c359f671f679fd3d v: v3 --- [refs] | 2 +- trunk/drivers/staging/winbond/common.h | 3 --- trunk/drivers/staging/winbond/wb35reg.c | 1 - trunk/drivers/staging/winbond/wb35rx.c | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index b709d0775a96..5dba05622539 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd37b7fddf51431faf9c32cd22356421913cfce8 +refs/heads/master: 132e755aedec1da154d516f33d23bdef008c4f9f diff --git a/trunk/drivers/staging/winbond/common.h b/trunk/drivers/staging/winbond/common.h index 61ccc869a6ed..4409edd59ba1 100644 --- a/trunk/drivers/staging/winbond/common.h +++ b/trunk/drivers/staging/winbond/common.h @@ -4,9 +4,6 @@ // This file contains the OS dependant definition and function. // Every OS has this file individual. // - -#define DebugUsbdStatusInformation( _A ) - #ifndef COMMON_DEF #define COMMON_DEF diff --git a/trunk/drivers/staging/winbond/wb35reg.c b/trunk/drivers/staging/winbond/wb35reg.c index 87c2c431b42b..e9d1b73b0df4 100644 --- a/trunk/drivers/staging/winbond/wb35reg.c +++ b/trunk/drivers/staging/winbond/wb35reg.c @@ -481,7 +481,6 @@ Wb35Reg_EP0VM_complete(struct urb *urb) if (reg->EP0VM_status) { #ifdef _PE_REG_DUMP_ WBDEBUG(("EP0 IoCompleteRoutine return error\n")); - DebugUsbdStatusInformation( reg->EP0VM_status ); #endif reg->EP0vm_state = VM_STOP; pHwData->SurpriseRemove = 1; diff --git a/trunk/drivers/staging/winbond/wb35rx.c b/trunk/drivers/staging/winbond/wb35rx.c index 7f8b6d749a47..63d55911893f 100644 --- a/trunk/drivers/staging/winbond/wb35rx.c +++ b/trunk/drivers/staging/winbond/wb35rx.c @@ -195,7 +195,6 @@ static void Wb35Rx_Complete(struct urb *urb) if (pWb35Rx->EP3VM_status != 0) { #ifdef _PE_USB_STATE_DUMP_ WBDEBUG(("EP3 IoCompleteRoutine return error\n")); - DebugUsbdStatusInformation( pWb35Rx->EP3VM_status ); #endif pWb35Rx->EP3vm_state = VM_STOP; goto error;