Revision 0bacbe528e26422e424d110ebda4ec68ea0fd5eb authored by Al Viro on 02 February 2016, 02:28:05 UTC, committed by Al Viro on 20 February 2016, 05:15:51 UTC
It forgets kunmap() on a failure exit, but there's really no point keeping
the page kmapped at all - after all, what we are doing is a bunch of memcpy()
into the parts of page, so kmap_atomic()/kunmap_atomic() just around those
memcpy() is enough.

Spotted-by: Insu Yun <wuninsu@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 0e9a7da
History
File Mode Size
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 237 bytes
core.c -rw-r--r-- 29.4 KB
input.c -rw-r--r-- 8.8 KB
rfkill-gpio.c -rw-r--r-- 4.7 KB
rfkill-regulator.c -rw-r--r-- 3.7 KB
rfkill.h -rw-r--r-- 740 bytes

back to top