genode/repos/dde_oss/patches/hda_irq.patch
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

14 lines
407 B
Diff

diff -r aa33e3290f44 kernel/drv/oss_hdaudio/oss_hdaudio.c
--- a/kernel/drv/oss_hdaudio/oss_hdaudio.c Tue Nov 20 11:10:35 2012 +0100
+++ b/kernel/drv/oss_hdaudio/oss_hdaudio.c Tue Nov 20 11:13:14 2012 +0100
@@ -255,8 +255,7 @@
if (status & (1 << 30)) /* Controller interrupt (RIRB) */
{
- if (rirb_intr (devc))
- serviced = 1;
+ serviced = rirb_intr (devc);
}
}
return serviced;