summaryrefslogtreecommitdiff
path: root/security/libfprint/files/patch-libfprint_imgdev.c
blob: eade6e1c4ccc4b26fb6f5c88355cf2b420950e37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libfprint/imgdev.c.orig	2008-04-12 14:37:10.000000000 +0200
+++ libfprint/imgdev.c	2008-04-12 14:40:17.000000000 +0200
@@ -175,7 +175,7 @@
 
 	if (img == NULL) {
 		fp_err("capture succeeded but no image returned?");
-		return -ENODATA;
+		return -ENOMSG;
 	}
 
 	if (!unconditional && imgdrv->await_finger_off) {