mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
Merge pull request #188 from elerch/patch-1
return 0 instead of -EINVAL when no filename found
This commit is contained in:
@@ -577,7 +577,7 @@ int fthd_isp_cmd_set_loadfile(struct fthd_private *dev_priv)
|
||||
if (!filename) {
|
||||
pr_err("no set file for sensorid %04x %04x found\n",
|
||||
dev_priv->sensor_id0, dev_priv->sensor_id1);
|
||||
return -EINVAL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* The set file is allowed to be missing but we don't get calibration */
|
||||
|
||||
Reference in New Issue
Block a user