]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'pnp-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Feb 2021 05:56:49 +0000 (21:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Feb 2021 05:56:49 +0000 (21:56 -0800)
commit3ca2398048e2992b298108ec89018f0eee4d6ac5
tree8a3e1c3d1fa76dfcafcf9b1ff7d59a9c6406e072
parentd95a61e3554b927ed9ea996b897cfe3901829b78
parent02f476b89d838e8033047badde010a354ffba7d8
Merge tag 'pnp-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull PNP updates from Rafael Wysocki:
 "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)"

* tag 'pnp-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  PNP: pnpbios: Use DEFINE_SPINLOCK() for spinlock
  PNP: add printf attribute to log function