]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bus: fsl-mc: fix arg in call to dprc_scan_objects()
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Thu, 15 Jul 2021 14:07:11 +0000 (17:07 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 11:42:02 +0000 (13:42 +0200)
commitcf0ab44a97a400cffd589282829c072d05d270be
tree10ab73f37c1567b2497a4dbb2733f3aefef49295
parentff5cdf4e89fbbb4073da3e2d74dd5d41b1d25b75
bus: fsl-mc: fix arg in call to dprc_scan_objects()

[ Upstream commit aa0a1ae020e2d24749e9f8085f12ca6d46899c94 ]

Second parameter of dprc_scan_objects() is a bool not a pointer
so change from NULL to false.

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Link: https://lore.kernel.org/r/20210715140718.8513-1-laurentiu.tudor@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/bus/fsl-mc/fsl-mc-bus.c