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>
Wed, 21 Jul 2021 11:56:25 +0000 (13:56 +0200)
commitaa0a1ae020e2d24749e9f8085f12ca6d46899c94
tree08d07037973ea6be4cfe8f8fd15373a52c232811
parent03acb0c5ac46b1aa5f3015f1e01243aff9e08600
bus: fsl-mc: fix arg in call to dprc_scan_objects()

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>
drivers/bus/fsl-mc/fsl-mc-bus.c