mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[HDAUDBUS] Silence debug spam
- Demote a DPRINT1 to a DPRINT - Define NDEBUG
This commit is contained in:
@@ -27,7 +27,7 @@ HDA_InterruptService(
|
||||
// Check if this interrupt is ours
|
||||
InterruptStatus = READ_REGISTER_ULONG((PULONG)(DeviceExtension->RegBase + HDAC_INTR_STATUS));
|
||||
|
||||
DPRINT1("HDA_InterruptService %lx\n", InterruptStatus);
|
||||
DPRINT("HDA_InterruptService %lx\n", InterruptStatus);
|
||||
if ((InterruptStatus & INTR_STATUS_GLOBAL) == 0)
|
||||
return FALSE;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
// Include Haiku headers
|
||||
#include "driver.h"
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#define TAG_HDA 'bADH'
|
||||
|
||||
Reference in New Issue
Block a user