Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310178
b: refs/heads/master
c: 287558f
h: refs/heads/master
v: v3
  • Loading branch information
Jim Cromie authored and David Woodhouse committed May 14, 2012
1 parent bcdffc9 commit 4fc2af8
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: 4d16cd658700a36af8788a09b4789d09da355a8c
refs/heads/master: 287558fe0e06a85c32863ec9204ed39fc218c5e3
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/lpddr/qinfo_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static struct qinfo_query_info qinfo_array[] = {

static long lpddr_get_qinforec_pos(struct map_info *map, char *id_str)
{
int qinfo_lines = sizeof(qinfo_array)/sizeof(struct qinfo_query_info);
int qinfo_lines = ARRAY_SIZE(qinfo_array);
int i;
int bankwidth = map_bankwidth(map) * 8;
int major, minor;
Expand Down

0 comments on commit 4fc2af8

Please sign in to comment.