No description
Find a file
Saravana Kannan 8c0381f55b of: irq: Fix the return value for of_irq_parse_one() stub
When commit 1852ebd135 ("of: irq: make a stub for of_irq_parse_one()")
added a stub for of_irq_parse_one() it set the return value to 0. Return
value of 0 in this instance means the call succeeded and the out_irq
pointer was filled with valid data. So, fix it to return an error value.

Fixes: 1852ebd135 ("of: irq: make a stub for of_irq_parse_one()")
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20210210200050.4106032-1-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-02-11 08:33:41 +01:00
arch Cleanup and warning fixes. 2021-01-24 13:52:02 -08:00
block
certs
crypto
Documentation driver core: Add fw_devlink.strict kernel param 2021-02-09 14:31:06 +01:00
drivers clk: Mark fwnodes when their clock provider is added/removed 2021-02-09 14:31:07 +01:00
fs io_uring-5.11-2021-01-24 2021-01-24 12:30:14 -08:00
include of: irq: Fix the return value for of_irq_parse_one() stub 2021-02-11 08:33:41 +01:00
init
ipc
kernel irqdomain: Mark fwnodes when their irqdomain is added/removed 2021-02-09 14:31:06 +01:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'akpm' (patches from Andrew) 2021-01-24 12:16:34 -08:00
Makefile Linux 5.11-rc5 2021-01-24 16:47:14 -08:00
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.