Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234049
b: refs/heads/master
c: 0a91be4
h: refs/heads/master
i:
  234047: 9b182fe
v: v3
  • Loading branch information
Antti Seppälä authored and Mauro Carvalho Chehab committed Mar 2, 2011
1 parent 6ad8a23 commit ee24a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 54ebb8b83f2be99413261c8ba8238b390159a026
refs/heads/master: 0a91be40ed67ca72a81cfd842d5c2604ff1a54a4
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/rc-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ static ssize_t store_protocols(struct device *device,
count++;
} else {
for (i = 0; i < ARRAY_SIZE(proto_names); i++) {
if (!strncasecmp(tmp, proto_names[i].name, strlen(proto_names[i].name))) {
if (!strcasecmp(tmp, proto_names[i].name)) {
tmp += strlen(proto_names[i].name);
mask = proto_names[i].type;
break;
Expand Down

0 comments on commit ee24a8c

Please sign in to comment.