Skip to content
Snippets Groups Projects
Commit bc1e49df authored by Insu Yun's avatar Insu Yun Committed by Rafael J. Wysocki
Browse files

ACPI / sysfs: correctly check failing memory allocation


Since kobject_create_and_add() can fail under memory pressure,
its return value needs to be checked against NULL before passing
it to sysfs_create_file().

Signed-off-by: default avatarInsu Yun <wuninsu@gmail.com>
[ rjw: Subject & changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent f934c745
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment