NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/58201 acpibat(4) is missing call to acpi_deregister_notify
The following reply was made to PR kern/58201; it has been noted by GNATS.
From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/58201 acpibat(4) is missing call to acpi_deregister_notify
Date: Mon, 9 Sep 2024 14:00:37 +0900
-------- Forwarded Message --------
Subject: CVS commit: src/sys/dev/acpi
Date: Fri, 26 Apr 2024 20:40:07 -0400
From: Christos Zoulas <christos%netbsd.org@localhost>
Reply-To: source-changes-d%NetBSD.org@localhost
To: source-changes-full%NetBSD.org@localhost
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.
Home |
Main Index |
Thread Index |
Old Index