]> git.baikalelectronics.ru Git - kernel.git/commit
firmware loader: sync firmware cache by async_synchronize_full_domain
authorMing Lei <ming.lei@canonical.com>
Tue, 9 Oct 2012 04:01:04 +0000 (12:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 15:37:18 +0000 (08:37 -0700)
commitb65355bf538cff0cfc5e34e4df0547be177dfe29
tree01c2208e2b5226cf84dc9de4e97456f874fdfa6b
parent16c6d8fed6b03dbf57d413c243b414ecf27b6caf
firmware loader: sync firmware cache by async_synchronize_full_domain

async.c has provided synchronization mechanism on async_schedule_*,
so use async_synchronize_full_domain to sync caching firmware instead
of reinventing the wheel.

Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c