Skip to content

Commit cc8402f

Browse files
committed
fix token
1 parent 1e50833 commit cc8402f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/debug.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ index 77acd2f6..2b65ee32 100644
1414
+ if (!cfeDevice) {
1515
+ LOG(RPI, Debug) << "acquireMediaDevice returned null for CFE";
1616
+ LOG(RPI, Debug) << "Checking available media devices:";
17-
+ auto dev = enumerator->search(cfe));
17+
+ auto dev = enumerator->search(cfe);
1818
+ if(dev != nullptr)
1919
+ {
2020
+ LOG(RPI, Debug) << " Found matching device: " << dev->deviceNode();

0 commit comments

Comments
 (0)