Skip to content

Commit 5e55066

Browse files
committed
fixup! cpuidle: apple: Do not load on unsupported Apple platforms
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent acba323 commit 5e55066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/cpuidle/cpuidle-apple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static int __init apple_cpuidle_init(void)
150150
return 0;
151151

152152
if (!FIELD_GET(DEEP_WFI_STATE_RETENTION, read_sysreg(aidr_el1))) {
153-
dev_info(&pdev->dev, "cpuidle unavailable CPU does not retain state in deep WFI\n");
153+
pr_info("cpuidle-apple: CPU does not retain state in deep WFI\n");
154154
return 0;
155155
}
156156

0 commit comments

Comments
 (0)