No description
Find a file
Jiasheng Jiang 53ffa6a9f8 HID: amd_sfh: Add missing check for dma_alloc_coherent
Add check for the return value of the dma_alloc_coherent since
it may return NULL pointer if allocation fails.

Fixes: 4b2c53d93a ("SFH:Transport Driver to add support of AMD Sensor Fusion Hub (SFH)")
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Acked-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Link: https://lore.kernel.org/r/20221220024921.21992-1-jiasheng@iscas.ac.cn
2022-12-20 09:45:53 +01:00
arch Input updates for 6.2 merge window: 2022-12-13 13:20:36 -08:00
block
certs
crypto
Documentation Input updates for 6.2 merge window: 2022-12-13 13:20:36 -08:00
drivers HID: amd_sfh: Add missing check for dma_alloc_coherent 2022-12-20 09:45:53 +01:00
fs
include Input updates for 6.2 merge window: 2022-12-13 13:20:36 -08:00
init
io_uring
ipc
kernel
lib regulator: Updates for v6.2 2022-12-13 12:49:59 -08:00
LICENSES
mm
net
rust
samples
scripts Devicetree updates for v6.2: 2022-12-13 13:13:55 -08:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Input updates for 6.2 merge window: 2022-12-13 13:20:36 -08:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.