Fix tyop in #ifdef TLDEBUG part.
This commit is contained in:
parent
001faf8e6c
commit
2a3ae26e88
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_tl.c,v 1.90 2008/10/04 21:00:28 bouyer Exp $ */
|
||||
/* $NetBSD: if_tl.c,v 1.91 2008/11/16 02:11:29 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Manuel Bouyer. All rights reserved.
|
||||
@ -36,7 +36,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.90 2008/10/04 21:00:28 bouyer Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.91 2008/11/16 02:11:29 tsutsui Exp $");
|
||||
|
||||
#undef TLDEBUG
|
||||
#define TL_PRIV_STATS
|
||||
@ -385,7 +385,7 @@ tl_pci_attach(device_t parent, device_t self, void *aux)
|
||||
sc->sc_i2c.ic_write_byte = tl_i2c_write_byte;
|
||||
|
||||
#ifdef TLDEBUG
|
||||
aprint_debug_dev(sefl, "default values of INTreg: 0x%x\n",
|
||||
aprint_debug_dev(self, "default values of INTreg: 0x%x\n",
|
||||
tl_intreg_read(sc, TL_INT_Defaults));
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user