]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'staging-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Dec 2017 20:59:48 +0000 (12:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Dec 2017 20:59:48 +0000 (12:59 -0800)
commitb6e2db39ea0c182533a3a67b0705aa67c6ad3987
tree85f8aa5f71d9a1a03773f5d354e315c3b1dd5c8b
parent03a6f411b8043a0f0a61d3b23d5fae5b2440aebd
parent33a5755dd81ec0de40ab51918b046370c28629a0
Merge tag 'staging-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging fixes from Greg KH:
 "Here are some small staging driver fixes for 4.15-rc4.

  One patch for the ccree driver to prevent an unitialized value from
  being returned to a caller, and the other fixes a logic error in the
  pi433 driver"

* tag 'staging-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  staging: pi433: Fixes issue with bit shift in rf69_get_modulation
  staging: ccree: Uninitialized return in ssi_ahash_import()