Skip to content

Commit b4f6892

Browse files
author
Fox Snowpatch
committed
1 parent bc67cde commit b4f6892

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/powerpc/platforms/pseries/eeh_pseries.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,10 @@ static int pseries_eeh_get_state(struct eeh_pe *pe, int *delay)
580580

581581
switch(rets[0]) {
582582
case 0:
583-
result = EEH_STATE_MMIO_ACTIVE |
584-
EEH_STATE_DMA_ACTIVE;
583+
result = EEH_STATE_MMIO_ACTIVE |
584+
EEH_STATE_DMA_ACTIVE |
585+
EEH_STATE_MMIO_ENABLED |
586+
EEH_STATE_DMA_ENABLED;
585587
break;
586588
case 1:
587589
result = EEH_STATE_RESET_ACTIVE |

0 commit comments

Comments
 (0)