[GIT PULL] PNP updates for v5.12-rc1

From: Rafael J. Wysocki
Date: Mon Feb 15 2021 - 13:48:48 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pnp-5.12-rc1

with top-most commit 96228223933bf5ac920f93862c82449ec28247c0

PNP: pnpbios: Use DEFINE_SPINLOCK() for spinlock

on top of commit 19c329f6808995b142b3966301f217c831e7cf31

Linux 5.11-rc4

to receive PNP updates for 5.12-rc1.

These make two janitorial changes of the code.

Specifics:

- Add printf annotation to a logging function (Tom Rix).

- Use DEFINE_SPINLOCK() for defining a spinlock so as to initialize
it statically (Zheng Yongjun).

Thanks!


---------------

Tom Rix (1):
PNP: add printf attribute to log function

Zheng Yongjun (1):
PNP: pnpbios: Use DEFINE_SPINLOCK() for spinlock

---------------

drivers/pnp/interface.c | 1 +
drivers/pnp/pnpbios/bioscalls.c | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)