diff options
Diffstat (limited to 'drivers/isdn/hardware/eicon/debug.c')
-rw-r--r-- | drivers/isdn/hardware/eicon/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/eicon/debug.c b/drivers/isdn/hardware/eicon/debug.c index 0db9cc661e28..84318ec8d13e 100644 --- a/drivers/isdn/hardware/eicon/debug.c +++ b/drivers/isdn/hardware/eicon/debug.c | |||
@@ -1188,7 +1188,7 @@ int SuperTraceASSIGN (void* AdapterHandle, byte* data) { | |||
1188 | 1188 | ||
1189 | if ((features[0] & DIVA_XDI_EXTENDED_FEATURES_VALID) && | 1189 | if ((features[0] & DIVA_XDI_EXTENDED_FEATURES_VALID) && |
1190 | (features[0] & DIVA_XDI_EXTENDED_FEATURE_MANAGEMENT_DMA)) { | 1190 | (features[0] & DIVA_XDI_EXTENDED_FEATURE_MANAGEMENT_DMA)) { |
1191 | dword rx_dma_magic; | 1191 | dword uninitialized_var(rx_dma_magic); |
1192 | if ((pC->dma_handle = diva_get_dma_descriptor (pC->request, &rx_dma_magic)) >= 0) { | 1192 | if ((pC->dma_handle = diva_get_dma_descriptor (pC->request, &rx_dma_magic)) >= 0) { |
1193 | pC->xbuffer[0] = LLI; | 1193 | pC->xbuffer[0] = LLI; |
1194 | pC->xbuffer[1] = 8; | 1194 | pC->xbuffer[1] = 8; |