Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/pci/gcscaudio.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/gcscaudio.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/sys/dev/pci/gcscaudio.c 2011/11/25 12:31:55 1.10 +++ src/sys/dev/pci/gcscaudio.c 2011/11/25 12:50:32 1.11 @@ -1,4 +1,4 @@ -/* $NetBSD: gcscaudio.c,v 1.10 2011/11/25 12:31:55 jmcneill Exp $ */ +/* $NetBSD: gcscaudio.c,v 1.11 2011/11/25 12:50:32 jmcneill Exp $ */ /*- * Copyright (c) 2008 SHIMIZU Ryo @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: gcscaudio.c,v 1.10 2011/11/25 12:31:55 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gcscaudio.c,v 1.11 2011/11/25 12:50:32 jmcneill Exp $"); #include #include @@ -350,7 +350,6 @@ gcscaudio_attach(device_t parent, device } audio_attach_mi(&gcscaudio_hw_if, sc, &sc->sc_dev); - sc->codec_if->vtbl->unlock(sc->codec_if); return; attach_failure_codec: