Re: [PATCH 1/1] drm/i915/dma: enforce pr_ consistency

2015-11-02 Thread Jani Nikula
On Sat, 31 Oct 2015, Ioan-Adrian Ratiu wrote: > 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

Re: [PATCH 1/1] drm/i915/dma: enforce pr_ consistency

2015-11-02 Thread Jani Nikula
On Sat, 31 Oct 2015, Ioan-Adrian Ratiu wrote: > 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:

[PATCH 1/1] drm/i915/dma: enforce pr_ consistency

2015-10-30 Thread Ioan-Adrian Ratiu
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 --- drivers/gpu/drm/i915/i915_dma.c | 2 +- 1 file

[PATCH 1/1] drm/i915/dma: enforce pr_ consistency

2015-10-30 Thread Ioan-Adrian Ratiu
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 --- drivers/gpu/drm/i915/i915_dma.c | 2