Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 078014dd authored by Masatake YAMATO's avatar Masatake YAMATO Committed by Jiri Kosina
Browse files

intel_ips: fix a type in error message



Signed-off-by: default avatarMasatake YAMATO <yamato@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent edd52b1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -593,7 +593,7 @@ static void ips_disable_gpu_turbo(struct ips_driver *ips)
		return;

	if (!ips->gpu_turbo_disable())
		dev_err(&ips->dev->dev, "failed to disable graphis turbo\n");
		dev_err(&ips->dev->dev, "failed to disable graphics turbo\n");
	else
		ips->__gpu_turbo_on = false;
}