Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126999
b: refs/heads/master
c: 1f7d373
h: refs/heads/master
i:
  126997: f31e0af
  126995: 7386553
  126991: bcc53d1
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Oct 28, 2008
1 parent 73abcb0 commit 93e88e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27228b2e4c1726a376b32f8b12242718ebf5b8a4
refs/heads/master: 1f7d373f4773eca06978446f677b4de5a4814095
3 changes: 1 addition & 2 deletions trunk/arch/blackfin/kernel/bfin_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ static int cmp_label(unsigned short ident, const char *label)
}

if (label)
return strncmp(str_ident[ident].name,
label, strlen(label));
return strcmp(str_ident[ident].name, label);
else
return -EINVAL;
}
Expand Down

0 comments on commit 93e88e7

Please sign in to comment.