device: Fix not probing drivers at startup
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 9 Aug 2023 19:31:25 +0000 (12:31 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
commitfa673171eda74ec0fb6b9a47ce5f3a2ada8a0dac
tree4cef3a7bc218d01eae617b639a937adfffcaa5dd
parent6fa28dc8444dfc1ff3b7c8b8161ef624a8cbb7aa
device: Fix not probing drivers at startup

Patch 67a26abe53bf ("profile: Add probe_on_discover flag") introduced a
regression which prevents drivers to be properly loaded at startup since
at that point they are not connected when code shall testing if
the devide is temporary instead.
src/device.c