[GIT PULL] PNP updates for v4.16-rc1
From: Rafael J. Wysocki
Date: Sat Jan 20 2018 - 21:22:15 EST
Hi Linus,
This goes early because of my LCA travel.
In case you decide to open the 4.16 merge window any time soon, please
pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pnp-4.16-rc1
with top-most commit 846583ce151644b8538ca6cdf3f0857a80787649
PNP: pnpbios: Use PTR_ERR_OR_ZERO()
on top of commit 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36
Linux 4.15-rc3
to receive PNP updates for 4.16-rc1.
These make pnpbios_thread_init() use PTR_ERR_OR_ZERO() and remove
an unnecessary kallsyms include from drivers/pnp/quirks.c (Vasyl
Gomonovych, Sergey Senozhatsky).
Thanks!
---------------
Sergey Senozhatsky (1):
PNP: remove unneeded kallsyms include
Vasyl Gomonovych (1):
PNP: pnpbios: Use PTR_ERR_OR_ZERO()
---------------
drivers/pnp/pnpbios/core.c | 5 +----
drivers/pnp/quirks.c | 1 -
2 files changed, 1 insertion(+), 5 deletions(-)