Fixed fp_identify_finger_img didn't return result of operation
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
parent
07a42d5f91
commit
647d140834
1 changed files with 1 additions and 0 deletions
|
@ -474,6 +474,7 @@ API_EXPORTED int fp_identify_finger_img(struct fp_dev *dev,
|
||||||
else
|
else
|
||||||
fp_img_free(idata->img);
|
fp_img_free(idata->img);
|
||||||
|
|
||||||
|
r = idata->result;
|
||||||
switch (idata->result) {
|
switch (idata->result) {
|
||||||
case FP_VERIFY_NO_MATCH:
|
case FP_VERIFY_NO_MATCH:
|
||||||
fp_dbg("result: no match");
|
fp_dbg("result: no match");
|
||||||
|
|
Loading…
Reference in a new issue