mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
ca971bbfd8
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
14 lines
407 B
Diff
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;
|