Commit 6067aa (drm/i915: split clock gating init into per-chipset
functions) introduces an init_clock_gating-pointer. There is one case,
however, where it does not get set, so that caused an OOPS (Bug 37252).
Change the code to return -ENODEV in this case and propagate it to the
upper layers.
Sign
On Mon, 20 Jun 2011 18:10:30 +0200, Wolfram Sang
wrote:
> Commit 6067aa (drm/i915: split clock gating init into per-chipset
> functions) introduces an init_clock_gating-pointer. There is one case,
> however, where it does not get set, so that caused an OOPS (Bug 37252).
> Change the code to retur
On Mon, 20 Jun 2011 18:10:30 +0200, Wolfram Sang wrote:
> Commit 6067aa (drm/i915: split clock gating init into per-chipset
> functions) introduces an init_clock_gating-pointer. There is one case,
> however, where it does not get set, so that caused an OOPS (Bug 37252).
> Change the code to return
Commit 6067aa (drm/i915: split clock gating init into per-chipset
functions) introduces an init_clock_gating-pointer. There is one case,
however, where it does not get set, so that caused an OOPS (Bug 37252).
Change the code to return -ENODEV in this case and propagate it to the
upper layers.
Sign