Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204439
b: refs/heads/master
c: 7ea7c6d
h: refs/heads/master
i:
  204437: 7b5ca7e
  204435: 5bfbd9a
  204431: b37836e
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Jiri Kosina committed Jul 20, 2010
1 parent cbf16b0 commit 5a831c3
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: 0e4a9d03df0a7ba516bbd94d2ec17d26859e46ba
refs/heads/master: 7ea7c6d51ecf6010381fcb8ff67b0fcd6f34c255
2 changes: 1 addition & 1 deletion trunk/drivers/char/synclink_gt.c
Original file line number Diff line number Diff line change
Expand Up @@ -4845,7 +4845,7 @@ static int register_test(struct slgt_info *info)
{
static unsigned short patterns[] =
{0x0000, 0xffff, 0xaaaa, 0x5555, 0x6969, 0x9696};
static unsigned int count = sizeof(patterns)/sizeof(patterns[0]);
static unsigned int count = ARRAY_SIZE(patterns);
unsigned int i;
int rc = 0;

Expand Down

0 comments on commit 5a831c3

Please sign in to comment.