Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci use __USE()
details: https://anonhg.NetBSD.org/src/rev/816208d74d2f
branches: trunk
changeset: 790535:816208d74d2f
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 16 19:32:30 2013 +0000
description:
use __USE()
diffstat:
sys/dev/pci/cs4281.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 590263938411 -r 816208d74d2f sys/dev/pci/cs4281.c
--- a/sys/dev/pci/cs4281.c Wed Oct 16 19:31:43 2013 +0000
+++ b/sys/dev/pci/cs4281.c Wed Oct 16 19:32:30 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cs4281.c,v 1.49 2013/10/16 18:18:54 christos Exp $ */
+/* $NetBSD: cs4281.c,v 1.50 2013/10/16 19:32:30 christos Exp $ */
/*
* Copyright (c) 2000 Tatoku Ogaito. All rights reserved.
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cs4281.c,v 1.49 2013/10/16 18:18:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cs4281.c,v 1.50 2013/10/16 19:32:30 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -339,8 +339,8 @@
DPRINTF(("intr = 0x%08x, hdsr0 = 0x%08x hdsr1 = 0x%08x\n",
intr, hdsr0, hdsr1));
#else
- (void)&hdsr0;
- (void)&hdsr1;
+ __USE(hdsr0);
+ __USE(hdsr1);
#endif
/* Playback Interrupt */
Home |
Main Index |
Thread Index |
Old Index