s/__diagused/__debugused/ for KDASSERT

This commit is contained in:
ryo 2014-09-26 08:05:00 +00:00
parent ede6a6c556
commit fc64fecea2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: micphy.c,v 1.2 2014/09/10 22:46:34 ryo Exp $ */
/* $NetBSD: micphy.c,v 1.3 2014/09/26 08:05:00 ryo Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: micphy.c,v 1.2 2014/09/10 22:46:34 ryo Exp $");
__KERNEL_RCSID(0, "$NetBSD: micphy.c,v 1.3 2014/09/26 08:05:00 ryo Exp $");
#include "opt_mii.h"
@ -219,7 +219,7 @@ micphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd)
static void micphy_writexreg(struct mii_softc *sc, uint32_t reg, uint32_t wval)
{
int rval __diagused;
int rval __debugused;
PHY_WRITE(sc, XREG_CONTROL, XREG_CTL_SEL_WRITE | reg);
PHY_WRITE(sc, XREG_WRITE, wval);