Liguang Zhang 7718629432 ACPI: AMBA: Fix resource name in /proc/iomem
In function amba_handler_attach(), dev->res.name is initialized by
amba_device_alloc. But when address_found is false, dev->res.name is
assigned to null value, which leads to wrong resource name display in
/proc/iomem, "<BAD>" is seen for those resources.

Signed-off-by: Liguang Zhang <zhangliguang@linux.alibaba.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2021-06-30 20:01:10 +02:00
2021-06-29 13:39:41 -07:00
2021-06-18 11:43:09 +02:00
2021-05-08 10:00:11 -07:00
2021-06-29 13:39:41 -07:00
2021-06-29 12:07:18 -07:00
2021-06-29 13:39:41 -07:00
2021-06-18 11:43:09 +02:00
2021-06-29 12:31:16 -07:00
2021-06-29 11:21:35 -07:00
2021-06-28 16:15:50 -07:00
2021-06-28 11:10:20 -07:00
2021-06-29 12:44:51 -07:00
2021-06-28 15:40:51 -07:00
2021-06-28 14:01:03 -07:00
2021-06-29 12:07:18 -07:00
2021-06-28 14:04:24 -07:00

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.
Description
No description provided
Readme 5.7 GiB
Languages
C 97.6%
Assembly 1%
Shell 0.5%
Python 0.3%
Makefile 0.3%