[GIT PULL] Driver core fixes for 4.15-rc3

From: Greg KH
Date: Tue Dec 05 2017 - 10:46:03 EST


The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.15-rc3

for you to fetch changes up to 0946b2fb38fdb6585a5ac3ca84ac73924f645952:

firmware: cleanup FIRMWARE_IN_KERNEL message (2017-11-28 16:47:46 +0100)

----------------------------------------------------------------
driver core fixes for 4.15-rc3

Here are 3 small fixes for some reported issues:
- a debugfs build error that lots of people have reported
- a Kconfig help text cleanup now that the firmware is not in
the kernel tree
- a isa bus bug fix for a reported issue that has been there
since 2.6.18.

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Arnd Bergmann (1):
debugfs: fix debugfs_real_fops() build error

Robin H. Johnson (1):
firmware: cleanup FIRMWARE_IN_KERNEL message

William Breathitt Gray (1):
isa: Prevent NULL dereference in isa_bus driver callbacks

drivers/base/Kconfig | 25 +++++++++++++------------
drivers/base/isa.c | 10 +++++-----
include/linux/debugfs.h | 2 ++
3 files changed, 20 insertions(+), 17 deletions(-)