TxConfig should always be printed when DEBUG_LEVEL is 1 (remove dead code)
Build system / Check kernel codestyle (pull_request) Successful in 34s
Build system / Build (pull_request) Successful in 9m43s

This commit is contained in:
2026-05-15 19:00:26 +02:00
parent 1880a0063b
commit dc9eb25380
-3
View File
@@ -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