]> git.ipfire.org Git - thirdparty/linux.git/commit
ACPI: bus: Fix typo under sizeof() in acpi_run_osc()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 29 Dec 2025 13:27:46 +0000 (14:27 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 2 Jan 2026 12:09:43 +0000 (13:09 +0100)
commiteed8f21a94f86e1b25d945fabbd50f822781e41d
treeecd6993103077b292f705ffe449a1b000421f6ff
parent06a17f2beab8c7e9eb9e63c7f89a62a4575cd95b
ACPI: bus: Fix typo under sizeof() in acpi_run_osc()

The sizeof(32) in acpi_run_osc() should be sizeof(u32), so fix it.

Fixes: e5322888e6bf ("ACPI: bus: Rework the handling of \_SB._OSC platform features")
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Link: https://patch.msgid.link/2817106.mvXUDI8C0e@rafael.j.wysocki
drivers/acpi/bus.c