Merge "firmware_class: Add missing change during kernel upgrade"

This commit is contained in:
Linux Build Service Account 2016-09-13 05:43:55 -07:00 committed by Gerrit - the friendly Code Review server
commit fb4fb712c9

View file

@ -1555,6 +1555,7 @@ _request_firmware_nowait(
get_device(desc->device);
INIT_WORK(&desc->work, request_firmware_work_func);
schedule_work(&desc->work);
return 0;
}