The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Sergey Shtylyov 92dfb27240 i2c: sh7760: fix IRQ error path
While adding the invalid IRQ check after calling platform_get_irq(),
I managed to overlook that the driver has a complex error path in its
probe() method, thus a simple *return* couldn't be used.  Use a proper
*goto* instead!

Fixes: e5b2e3e742 ("i2c: sh7760: add IRQ check")
Signed-off-by: Sergey Shtylyov <s.shtylyov@omprussia.ru>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
2021-04-17 22:00:58 +02:00
Documentation dt-bindings: i2c: convert i2c-mpc to json-schema 2021-04-10 22:14:12 +02:00
LICENSES
arch ARM: s3c: mini2440: Constify the software node 2021-04-10 21:43:01 +02:00
block
certs
crypto
drivers i2c: sh7760: fix IRQ error path 2021-04-17 22:00:58 +02:00
fs io_uring-5.12-2021-04-03 2021-04-03 14:26:47 -07:00
include i2c: ensure timely release of driver-allocated resources 2021-04-10 21:59:21 +02:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add Chris Packham as FREESCALE MPC I2C maintainer 2021-04-13 14:27:55 +02:00
Makefile Linux 5.12-rc6 2021-04-04 14:15:36 -07:00
README

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.