Release symbol on error-handling path of ips_get_i915_syms()

In ips_get_i915_syms(), the symbol i915_gpu_busy() is not released
when error occurs.

Signed-off-by: minskey guo <chaohong.guo@intel.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
minskey guo 2010-09-17 14:03:15 +08:00 committed by Matthew Garrett
parent c21eae4f7c
commit fed522f7ea

View file

@ -1390,7 +1390,7 @@ static bool ips_get_i915_syms(struct ips_driver *ips)
return true;
out_put_busy:
symbol_put(i915_gpu_turbo_disable);
symbol_put(i915_gpu_busy);
out_put_lower:
symbol_put(i915_gpu_lower);
out_put_raise: