Revision a84ec72324e291262137726d10d67f90c4c5110e authored by Linus Torvalds on 15 December 2017, 20:59:48 UTC, committed by Linus Torvalds on 15 December 2017, 20:59:48 UTC
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()
2 parent s d6e47ee + 202fc67
History
File Mode Size
Kconfig -rw-r--r-- 803 bytes
Makefile -rw-r--r-- 263 bytes
crypto.c -rw-r--r-- 61.6 KB
debug.c -rw-r--r-- 3.8 KB
dentry.c -rw-r--r-- 2.6 KB
ecryptfs_kernel.h -rw-r--r-- 25.2 KB
file.c -rw-r--r-- 11.5 KB
inode.c -rw-r--r-- 32.1 KB
keystore.c -rw-r--r-- 79.3 KB
kthread.c -rw-r--r-- 4.9 KB
main.c -rw-r--r-- 25.3 KB
messaging.c -rw-r--r-- 13.5 KB
miscdev.c -rw-r--r-- 14.6 KB
mmap.c -rw-r--r-- 15.7 KB
read_write.c -rw-r--r-- 8.5 KB
super.c -rw-r--r-- 6.1 KB

back to top