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:
Andrey Shvetsov 2016-09-15 16:19:11 +02:00 committed by Greg Kroah-Hartman
parent cad29b4b20
commit 3512ede28e
1 changed files with 0 additions and 4 deletions

View File

@ -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)