commit | ef40bb1bd01738670bd567e3dce8e862f2b91bf3 | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@canonical.com> | Mon Aug 20 19:04:15 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 06 14:46:16 2012 -0700 |
tree | 076f18d361a06d3c303821b46823d3aed3b5744d | |
parent | 43f5e46c8e74046a969a3811d7760d1988a8f4bf [diff] |
firmware loader: fix firmware -ENOENT situations If the requested firmware image doesn't exist, firmware->priv should be set for the later concurrent requests, otherwise warning and oops will be triggered inside firmware_free_data(). Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>