mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
aes1610: Fix compilation warning in aes1610
Fixes: drivers/aes1610.c:736:34: warning: ‘stop_reader’ defined but not used [-Wunused-const-variable=] https://bugs.freedesktop.org/show_bug.cgi?id=105429
This commit is contained in:
committed by
Bastien Nocera
parent
bc30a3d2e5
commit
391f77ce5e
@@ -725,10 +725,11 @@ static const struct aes_regwrite init[] = {
|
||||
{ 0x82, 0x00 }
|
||||
};
|
||||
|
||||
/*
|
||||
static const struct aes_regwrite stop_reader[] = {
|
||||
{ 0xFF, 0x00 }
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
enum activate_states {
|
||||
WRITE_INIT,
|
||||
|
||||
Reference in New Issue
Block a user