Go to file
Jaroslav Kysela f635c02ca2 mfd: cs42l43: Add some missing dev_err_probe()s
JIRA: https://issues.redhat.com/browse/RHEL-27515

commit d92b9bcfce940ec7f330980b042d26787c9570ea
Author: Charles Keepax <ckeepax@opensource.cirrus.com>
Date: Mon Jan 29 15:25:56 2024 +0000

    mfd: cs42l43: Add some missing dev_err_probe()s

    Use of dev_err_probe() was missed in the i2c and sdw parts of the code,
    update the missing parts.

    Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
    Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
    Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
    Link: https://lore.kernel.org/r/20240129152557.3221212-5-ckeepax@opensource.cirrus.com
    Signed-off-by: Lee Jones <lee@kernel.org>

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
2024-07-08 20:54:56 +02:00
Documentation ASoC: dt-bindings: qcom,wsa8840: Add reset-gpios for shared line 2024-07-08 20:54:53 +02:00
LICENSES
arch ASoC: tegra: tegra20_ac97: Convert to use GPIO descriptors 2024-07-08 20:54:23 +02:00
block
certs
crypto
drivers mfd: cs42l43: Add some missing dev_err_probe()s 2024-07-08 20:54:56 +02:00
fs
include mfd: cs42l43: Tidy up header includes 2024-07-08 20:54:56 +02:00
init
io_uring
ipc
kernel ptrace: Convert ptrace_attach() to use lock guards 2024-07-08 20:54:16 +02:00
lib
mm
net
redhat
samples
scripts
security
sound ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol() 2024-07-08 20:54:55 +02:00
tools ALSA: pcm: Introduce MSBITS subformat interface 2024-07-08 20:54:11 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS ALSA: core: Add sound core KUnit test 2024-07-08 20:54:39 +02:00
Makefile
Makefile.rhelver
README
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.