提交 fc1a93bd 编写于 作者: A Adam Jackson 提交者: Matthew Garrett

intel_ips: Hush the i915 symbols message

We can't control order here, and getting it inverted is harmless.  So
turn this down to dev_info() and leave a note about how to fix it in
case userspace is insufficiently automagic.

Bugzilla: https://bugzilla.redhat.com/794953Signed-off-by: NAdam Jackson <ajax@redhat.com>
Signed-off-by: NMatthew Garrett <mjg@redhat.com>
上级 4166fb64
...@@ -1565,7 +1565,7 @@ static int ips_probe(struct pci_dev *dev, const struct pci_device_id *id) ...@@ -1565,7 +1565,7 @@ static int ips_probe(struct pci_dev *dev, const struct pci_device_id *id)
ips->poll_turbo_status = true; ips->poll_turbo_status = true;
if (!ips_get_i915_syms(ips)) { if (!ips_get_i915_syms(ips)) {
dev_err(&dev->dev, "failed to get i915 symbols, graphics turbo disabled\n"); dev_info(&dev->dev, "failed to get i915 symbols, graphics turbo disabled until i915 loads\n");
ips->gpu_turbo_enabled = false; ips->gpu_turbo_enabled = false;
} else { } else {
dev_dbg(&dev->dev, "graphics turbo enabled\n"); dev_dbg(&dev->dev, "graphics turbo enabled\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册