mirror of https://gitee.com/openkylin/linux.git
staging: most: hdm-dim2: remove clearance of pending MLB interrupt
This patch removes unnecessary clearing of a pending mlb_int from the service routine for ahb interrupt. Signed-off-by: Andrey Shvetsov <andrey.shvetsov@k2l.de> Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cad29b4b20
commit
3512ede28e
|
@ -858,10 +858,6 @@ void dim_service_ahb_int_irq(struct dim_channel *const *channels)
|
|||
++ch;
|
||||
}
|
||||
} while (state_changed);
|
||||
|
||||
/* clear pending Interrupts */
|
||||
dimcb_io_write(&g.dim2->MS0, 0);
|
||||
dimcb_io_write(&g.dim2->MS1, 0);
|
||||
}
|
||||
|
||||
u8 dim_service_channel(struct dim_channel *ch)
|
||||
|
|
Loading…
Reference in New Issue