Re: [PATCH] radeon kms: do not flush uninitialized hotplug work

2013-07-14 Thread Alex Deucher
On Sun, Jul 14, 2013 at 7:03 AM, Sergey Senozhatsky wrote: > Fix a warning from lockdep caused by calling flush_work() for > uninitialized hotplug work. Initialize hotplug_work, audio_work > and reset_work upon successful radeon_irq_kms_init() completion > and thus perform hotplug flush_work only

[PATCH] radeon kms: do not flush uninitialized hotplug work

2013-07-14 Thread Sergey Senozhatsky
Fix a warning from lockdep caused by calling flush_work() for uninitialized hotplug work. Initialize hotplug_work, audio_work and reset_work upon successful radeon_irq_kms_init() completion and thus perform hotplug flush_work only when rdev->irq.installed is true. [4.790019] [drm] Loading

[PATCH] radeon kms: do not flush uninitialized hotplug work

2013-07-14 Thread Sergey Senozhatsky
Fix a warning from lockdep caused by calling flush_work() for uninitialized hotplug work. Initialize hotplug_work, audio_work and reset_work upon successful radeon_irq_kms_init() completion and thus perform hotplug flush_work only when rdev-irq.installed is true. [4.790019] [drm] Loading

Re: [PATCH] radeon kms: do not flush uninitialized hotplug work

2013-07-14 Thread Alex Deucher
On Sun, Jul 14, 2013 at 7:03 AM, Sergey Senozhatsky sergey.senozhat...@gmail.com wrote: Fix a warning from lockdep caused by calling flush_work() for uninitialized hotplug work. Initialize hotplug_work, audio_work and reset_work upon successful radeon_irq_kms_init() completion and thus perform