]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ACPI: sbshc: remove raw pointer from printk() message
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Jan 2018 09:06:03 +0000 (10:06 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 22 Feb 2018 14:21:54 +0000 (08:21 -0600)
commit3db1a9396fe0214a1d5b1839184aa0771f54ed17
treef4c9b61effe50793b72dceab93c1061b8c25a31b
parentc842c5554fafef801e3448449b39016ad0ecf58c
ACPI: sbshc: remove raw pointer from printk() message

BugLink: http://bugs.launchpad.net/bugs/1751064
commit 43cdd1b716b26f6af16da4e145b6578f98798bf6 upstream.

There's no need to be printing a raw kernel pointer to the kernel log at
every boot.  So just remove it, and change the whole message to use the
correct dev_info() call at the same time.

Reported-by: Wang Qize <wang_qize@venustech.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/acpi/sbshc.c