Skip to content
Snippets Groups Projects
Commit b15fc7c2 authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Rafael J. Wysocki
Browse files

PNP: Remove pnp_alloc()


The kernel will complain anyway if it runs out of memory, so it is
not necessary to print an extra error message when that happens and
kzalloc() can be called directly instead of pnp_alloc() which then
becomes redundant and can be dropped.

Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent daadabfb
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