Staging: w35und: remove useless macro from common.h
The DebugUsbdStatusInformation macro doesn't do anything useful so remove the definition and the two users of it from driver code. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
bd37b7fddf
commit
132e755aed
3 changed files with 0 additions and 5 deletions
|
@ -4,9 +4,6 @@
|
||||||
// This file contains the OS dependant definition and function.
|
// This file contains the OS dependant definition and function.
|
||||||
// Every OS has this file individual.
|
// Every OS has this file individual.
|
||||||
//
|
//
|
||||||
|
|
||||||
#define DebugUsbdStatusInformation( _A )
|
|
||||||
|
|
||||||
#ifndef COMMON_DEF
|
#ifndef COMMON_DEF
|
||||||
#define COMMON_DEF
|
#define COMMON_DEF
|
||||||
|
|
||||||
|
|
|
@ -481,7 +481,6 @@ Wb35Reg_EP0VM_complete(struct urb *urb)
|
||||||
if (reg->EP0VM_status) {
|
if (reg->EP0VM_status) {
|
||||||
#ifdef _PE_REG_DUMP_
|
#ifdef _PE_REG_DUMP_
|
||||||
WBDEBUG(("EP0 IoCompleteRoutine return error\n"));
|
WBDEBUG(("EP0 IoCompleteRoutine return error\n"));
|
||||||
DebugUsbdStatusInformation( reg->EP0VM_status );
|
|
||||||
#endif
|
#endif
|
||||||
reg->EP0vm_state = VM_STOP;
|
reg->EP0vm_state = VM_STOP;
|
||||||
pHwData->SurpriseRemove = 1;
|
pHwData->SurpriseRemove = 1;
|
||||||
|
|
|
@ -195,7 +195,6 @@ static void Wb35Rx_Complete(struct urb *urb)
|
||||||
if (pWb35Rx->EP3VM_status != 0) {
|
if (pWb35Rx->EP3VM_status != 0) {
|
||||||
#ifdef _PE_USB_STATE_DUMP_
|
#ifdef _PE_USB_STATE_DUMP_
|
||||||
WBDEBUG(("EP3 IoCompleteRoutine return error\n"));
|
WBDEBUG(("EP3 IoCompleteRoutine return error\n"));
|
||||||
DebugUsbdStatusInformation( pWb35Rx->EP3VM_status );
|
|
||||||
#endif
|
#endif
|
||||||
pWb35Rx->EP3vm_state = VM_STOP;
|
pWb35Rx->EP3vm_state = VM_STOP;
|
||||||
goto error;
|
goto error;
|
||||||
|
|
Loading…
Add table
Reference in a new issue