TxConfig should always be printed when DEBUG_LEVEL is 1 (remove dead code)
This commit is contained in:
@@ -583,10 +583,7 @@ init_board:
|
||||
mov ecx, [esi+12]
|
||||
mov [ebx + device.name], ecx
|
||||
DEBUGF 2, "Detected chip: %s\n", ecx
|
||||
; cmp dword[esi], 0
|
||||
; jne @f
|
||||
DEBUGF 1, "TxConfig = 0x%x\n", eax
|
||||
; @@:
|
||||
|
||||
xor eax, eax
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user