No description
Find a file
Ziyang Xuan 3c8bb35700 ieee802154: cc2520: Fix error return code in cc2520_hw_init()
[ Upstream commit 4d002d6a2a ]

In cc2520_hw_init(), if oscillator start failed, the error code
should be returned.

Fixes: 0da6bc8cc3 ("ieee802154: cc2520: adds driver for TI CC2520 radio")
Signed-off-by: Ziyang Xuan <william.xuanziyang@huawei.com>
Link: https://lore.kernel.org/r/20221120075046.2213633-1-william.xuanziyang@huawei.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-12-14 11:40:56 +01:00
arch ARM: at91: fix build for SAMA5D3 w/o L2 cache 2022-12-14 11:40:56 +01:00
block
certs
crypto
Documentation
drivers ieee802154: cc2520: Fix error return code in cc2520_hw_init() 2022-12-14 11:40:56 +01:00
fs
include
init
io_uring
ipc
kernel
lib
LICENSES
mm
net netfilter: flowtable_offload: fix using __this_cpu_add in preemptible 2022-12-14 11:40:56 +01:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.