From owner-p4-projects Mon Apr 15 11:56:14 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B470337B416; Mon, 15 Apr 2002 11:56:08 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3A6A37B404 for ; Mon, 15 Apr 2002 11:56:07 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3FIu7m32674 for perforce@freebsd.org; Mon, 15 Apr 2002 11:56:07 -0700 (PDT) (envelope-from jhb@freebsd.org) Date: Mon, 15 Apr 2002 11:56:07 -0700 (PDT) Message-Id: <200204151856.g3FIu7m32674@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 9785 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9785 Change 9785 by jhb@jhb_laptop on 2002/04/15 11:55:11 IFC much desired warning fix. Affected files ... ... //depot/projects/smpng/sys/dev/sound/pci/es137x.c#4 integrate Differences ... ==== //depot/projects/smpng/sys/dev/sound/pci/es137x.c#4 (text+ko) ==== @@ -59,7 +59,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/es137x.c,v 1.40 2001/10/08 05:58:52 cg Exp $"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/es137x.c,v 1.41 2002/04/15 14:43:23 roberto Exp $"); static int debug = 0; SYSCTL_INT(_debug, OID_AUTO, es_debug, CTLFLAG_RW, &debug, 0, ""); @@ -595,7 +595,7 @@ es1371_rdcd(kobj_t obj, void *s, int addr) { int sl; - unsigned t, x; + unsigned t, x = 0; struct es_info *es = (struct es_info *)s; if (debug > 0) printf("rdcodec addr 0x%x ... ", addr); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message