From owner-cvs-all@FreeBSD.ORG Sat Jun 30 17:27:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B00916A469; Sat, 30 Jun 2007 17:27:32 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 741E613C469; Sat, 30 Jun 2007 17:27:32 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5UHRW3k064074; Sat, 30 Jun 2007 17:27:32 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5UHRWrl064064; Sat, 30 Jun 2007 17:27:32 GMT (envelope-from njl) Message-Id: <200706301727.l5UHRWrl064064@repoman.freebsd.org> From: Nate Lawson Date: Sat, 30 Jun 2007 17:27:32 +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/acpica acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2007 17:27:32 -0000 njl 2007-06-30 17:27:32 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: My previous commit introduced a spurious warning for the case where a switch (i.e. lid) is set to have an action of NONE. This is not an invalid state, so silently return. This fixes the warning: "acpi: request to enter state S6 failed (err 22)" Approved by: re Revision Changes Path 1.241 +4 -0 src/sys/dev/acpica/acpi.c