[GIT PULL] Driver core fixes for 4.9-rc5

From: Greg KH
Date: Sun Nov 13 2016 - 05:16:33 EST


The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:

Linux 4.9-rc3 (2016-10-29 13:52:02 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.9-rc5

for you to fetch changes up to bdacd1b426db83ac8ecf21aef1848120ffe53c07:

driver core: fix smatch warning on dev->bus check (2016-10-31 09:15:22 -0600)

----------------------------------------------------------------
driver core fixes for 4.9-rc5

Here are two driver core fixes for 4.9-rc5.

The first resolves an issue with some drivers not liking to be unbound
and bound again (if CONFIG_DEBUG_TEST_DRIVER_REMOVE is enabled), which
solves some reported problems with graphics and storage drivers. The
other resolves a smatch error with the 4.9-rc1 driver core changes
around this feature.

Both have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Rob Herring (2):
driver core: skip removal test for non-removable drivers
driver core: fix smatch warning on dev->bus check

drivers/base/dd.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)