Skip to content

Commit

Permalink
kncasic: Fix auto
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Oct 18, 2014
1 parent 2ac7e36 commit cb84c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-kncasic.c
Expand Up @@ -362,7 +362,7 @@ bool kncasic_detect_one(const char * const devpath)
static
int kncasic_detect_auto(void)
{
return knc_detect_one(NULL) ? 1 : 0;
return kncasic_detect_one(NULL) ? 1 : 0;
}

static
Expand Down

0 comments on commit cb84c3e

Please sign in to comment.