Files
linux/drivers
Fabian Frederick 5b686ccd2e staging: media: atomisp: kmap() can't fail
There's no need to check kmap() return value because it won't fail.
If it's highmem mapping, it will receive virtual address
or a new one; if it's lowmem, all kernel pages are already being mapped.

(Thanks to Jan Kara for explanations)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-04-28 14:27:26 +02:00
..
2017-04-07 13:48:26 +02:00
2017-03-10 19:56:56 -08:00
2017-03-27 09:11:25 +02:00
2017-03-20 16:25:06 +01:00