[GIT PULL] Driver core fixes for 5.8-rc7

From: Greg KH
Date: Sun Jul 26 2020 - 07:13:18 EST


The following changes since commit ba47d845d715a010f7b51f6f89bae32845e6acb7:

Linux 5.8-rc6 (2020-07-19 15:41:18 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.8-rc7

for you to fetch changes up to 29c4a54bc645c8b6745eeb58519e9ad794ceb419:

device property: Avoid NULL pointer dereference in device_get_next_child_node() (2020-07-23 17:04:28 +0200)

----------------------------------------------------------------
Driver core fix for 5.8-rc7

Here is a single driver core fix for 5.8-rc7. It resolves a problem
found in the previous fix for this code made in 5.8-rc6. Hopefully this
is all now cleared up, as this seems to be the last of the reported
issues in this area, and was tested on the problem hardware.

This patch has been in linux-next with no reported problems.

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

----------------------------------------------------------------
Andy Shevchenko (1):
device property: Avoid NULL pointer dereference in device_get_next_child_node()

drivers/base/property.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)