Commit 3512ede2 authored by Andrey Shvetsov's avatar Andrey Shvetsov Committed by Greg Kroah-Hartman
Browse files

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: default avatarAndrey Shvetsov <andrey.shvetsov@k2l.de>
Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cad29b4b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)