On 04/27/2012 10:17 AM, Daniel Vetter wrote: > - reduce the irq disabled section, even for a debugfs file this was > way too long. > - always disable irqs when taking the lock. > > v2: Thou shalt not mistake locking for reference counting, so: > - reference count the error_state to protect from concurent freeeing. > This will be only really used in the next patch. > > Signed-Off-by: Daniel Vetter<daniel.vetter at ffwll.ch> Reviewed-by: Eugeni Dodonov <eugeni.dodonov at intel.com>