Skip to content

Commit 6ae25cc

Browse files
committed
platform/x86/intel/rst: drop owner assignment
JIRA: https://issues.redhat.com/browse/RHEL-120895 commit 68370cc Author: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Date: Thu Mar 28 20:49:19 2024 +0100 platform/x86/intel/rst: drop owner assignment ACPI bus core already sets the .owner, so driver does not need to. Acked-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent a99a234 commit 6ae25cc

File tree

1 file changed

+0
-1
lines changed
  • drivers/platform/x86/intel

1 file changed

+0
-1
lines changed

drivers/platform/x86/intel/rst.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ static const struct acpi_device_id irst_ids[] = {
126126
};
127127

128128
static struct acpi_driver irst_driver = {
129-
.owner = THIS_MODULE,
130129
.name = "intel_rapid_start",
131130
.class = "intel_rapid_start",
132131
.ids = irst_ids,

0 commit comments

Comments
 (0)