linux-v4l2: Remove redundant non-NULL check on FILE

This commit is contained in:
Stefan Hoffmeister
2022-09-17 16:14:05 -07:00
committed by Jim
parent e8f27c2a79
commit fbb7b93226
+1 -2
View File
@@ -75,8 +75,7 @@ static bool loopback_module_loaded()
}
}
if (fp)
fclose(fp);
fclose(fp);
return loaded;
}