mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
hpt366: remove redundant check from init_dma_hpt366()
->init_dma() cannot be called with dmabase == 0 (see drivers/ide/setup-pci.c) Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
8b25c60485
commit
73d4f7d587
1 changed files with 0 additions and 3 deletions
|
@ -1391,9 +1391,6 @@ static void __devinit init_dma_hpt366(ide_hwif_t *hwif, unsigned long dmabase)
|
|||
u8 dma_new = 0, dma_old = 0;
|
||||
unsigned long flags;
|
||||
|
||||
if (!dmabase)
|
||||
return;
|
||||
|
||||
dma_old = hwif->INB(dmabase + 2);
|
||||
|
||||
local_irq_save(flags);
|
||||
|
|
Loading…
Reference in a new issue