From owner-cvs-src@FreeBSD.ORG Sat Sep 9 14:43:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 527B616A412; Sat, 9 Sep 2006 14:43:04 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E00143D45; Sat, 9 Sep 2006 14:43:04 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89Eh3k9052772; Sat, 9 Sep 2006 14:43:03 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89Eh3x1052771; Sat, 9 Sep 2006 14:43:03 GMT (envelope-from netchild) Message-Id: <200609091443.k89Eh3x1052771@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 9 Sep 2006 14:43:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/usb uaudio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 14:43:04 -0000 netchild 2006-09-09 14:43:03 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio.c Log: Fix the check where we want to use the end of the supported range if the value is out of the supported range. Noticed by: Ed Schouten Reviewed by: Kazuhito HONDA Revision Changes Path 1.22 +1 -1 src/sys/dev/sound/usb/uaudio.c