Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141149
b: refs/heads/master
c: 132e755
h: refs/heads/master
i:
  141147: 8813e37
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent c37727a commit 0743dcc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd37b7fddf51431faf9c32cd22356421913cfce8
refs/heads/master: 132e755aedec1da154d516f33d23bdef008c4f9f
3 changes: 0 additions & 3 deletions trunk/drivers/staging/winbond/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/winbond/wb35reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/winbond/wb35rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0743dcc

Please sign in to comment.