Use devRoot for discovering character devices on Tegra platforms

Signed-off-by: Jared Baur <jaredbaur@fastmail.com>
This commit is contained in:
Jared Baur 2023-12-14 11:46:21 -08:00
parent 99b3050d20
commit 95b8ebc297
No known key found for this signature in database

View File

@ -38,7 +38,7 @@ func (o tegraOptions) newDiscovererFromCSVFiles() (discover.Discover, error) {
devices := discover.NewCharDeviceDiscoverer(
o.logger,
o.driverRoot,
o.devRoot,
targetsByType[csv.MountSpecDev],
)