]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/gpu/drm/i915/i915_dma.c
drm/i915/dma: enforce pr_<loglevel> consistency
authorIoan-Adrian Ratiu <adi@adirat.com>
Fri, 30 Oct 2015 23:16:00 +0000 (01:16 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 2 Nov 2015 09:08:24 +0000 (11:08 +0200)
commitfa9d60785783ebe11d3fafbedf5ec82bd3b02aec
tree5df58802814c4e8d5699bc6080326dbe36b95ca4
parent78c3d5fa7354774b7c8638033d46c042ebae41fb
drm/i915/dma: enforce pr_<loglevel> consistency

One branch of the if clause uses pr_info, the other pr_err; change
the 'false' branch to also use pr_info. This minor oversight has gone
unfixed since the initial vga_switcheroo implementation in 6a9ee8af.

Signed-off-by: Ioan-Adrian Ratiu <adi@adirat.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1446246960-22620-1-git-send-email-adi@adirat.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_dma.c