fixed unused check
This commit is contained in:
@@ -279,9 +279,6 @@ static __u8 get_bError(int sc_result)
|
|||||||
{
|
{
|
||||||
if (sc_result < 0) {
|
if (sc_result < 0) {
|
||||||
switch (sc_result) {
|
switch (sc_result) {
|
||||||
case SC_SUCCESS:
|
|
||||||
return CCID_BERROR_OK;
|
|
||||||
|
|
||||||
case SC_ERROR_KEYPAD_TIMEOUT:
|
case SC_ERROR_KEYPAD_TIMEOUT:
|
||||||
return CCID_BERROR_PIN_TIMEOUT;
|
return CCID_BERROR_PIN_TIMEOUT;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user