]> 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)
commit6d59485c5ed5bdea26639d13f80bc9642fa3bdcf
tree8a3e1c3d1fa76dfcafcf9b1ff7d59a9c6406e072
parent3a72db57b2ff6ab71a09128f86d6c6c0407753e3
parent920c9234bc328551b349fe77af4ccbfbaed2aae6
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