Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=EDtx4ywN; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nH+Wf20R Received: by mail.netbsd.org (Postfix, from userid 605) id B9EC184ECA; Sat, 27 Apr 2024 00:40:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714178408; bh=ytv6PMuAGo5h4675R7KtrSTvEXY+kjoE5NmKoK9RmM0=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=EDtx4ywNVUTuGaZGR2XyB9wl2RcHdOIEG9wXZBLNrIy6PTBBcsbyRm+m/xlRdPNuU Tb3a32foa/rsnfH6aZ0CQF32dhPjuCPY1Xz4SYfB7JvuWtxw7yWomGp3SsKkJaFf5A kRNp41JpKMxjeXDzf1au1Sa+cc3HX7l+24Q3i4E8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CD4984EC6 for ; Sat, 27 Apr 2024 00:40:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id quC_lzm29Me3 for ; Sat, 27 Apr 2024 00:40:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2B63484D1C for ; Sat, 27 Apr 2024 00:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714178407; bh=ytv6PMuAGo5h4675R7KtrSTvEXY+kjoE5NmKoK9RmM0=; h=Date:From:Subject:To:Reply-To; b=nH+Wf20Rp2zAEhvflgaN+FDfeiJBA+GLrsYdJx9mcClxi4xCYPHi9lfbN8TIayKB5 uP/ZO0rftVRnCcoDiH89+t2geU3WSq/HS+t0yy791kiPYNaRyVbTjFVks24StbA15b cL7wgRXkll4F0q4YeE+wlT22/PEGrhYtpUj6qJcY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1FB58FA2C; Sat, 27 Apr 2024 00:40:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 20:40:07 -0400 From: "Christos Zoulas" Subject: CVS commit: src/sys/dev/acpi To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240427004007.1FB58FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Sat Apr 27 00:40:07 UTC 2024 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: Remove 0 initializations (since the softc is zalloc'ed) and the initial refresh which will have no data. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/dev/acpi/acpi_bat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.