firmware: Ignore abort check when no user-helper is used
authorTakashi Iwai <tiwai@suse.de>
Thu, 31 Jan 2013 10:13:57 +0000 (11:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 01:57:40 +0000 (17:57 -0800)
commit807be03cae191cb88e2f267adcd49aba785c658b
tree2063de0e040c7985db3a70e26cfc9c19d899ab5b
parentcd7239fab7d32e56909027bfb5a6c2d7d3d862f8
firmware: Ignore abort check when no user-helper is used

FW_STATUS_ABORT can be set only during the user-helper invocation,
thus we can ignore the check when CONFIG_HW_LOADER_USER_HELPER is
disabled.

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