Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298225
b: refs/heads/master
c: db7f4e3
h: refs/heads/master
i:
  298223: 0fe88bd
v: v3
  • Loading branch information
Felipe Balbi authored and Michal Marek committed Mar 24, 2012
1 parent 64b861f commit 3b99190
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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: fb68d4be95fef4aab82c2a97da93a898d532dd57
refs/heads/master: db7f4e3d2b0a68eafc16a7b78ac0b7566db1e799
5 changes: 1 addition & 4 deletions trunk/scripts/dtc/dtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int main(int argc, char *argv[])
const char *outform = "dts";
const char *outname = "-";
const char *depname = NULL;
int force = 0, check = 0, sort = 0;
int force = 0, sort = 0;
const char *arg;
int opt;
FILE *outf = NULL;
Expand Down Expand Up @@ -143,9 +143,6 @@ int main(int argc, char *argv[])
case 'f':
force = 1;
break;
case 'c':
check = 1;
break;
case 'q':
quiet++;
break;
Expand Down
2 changes: 0 additions & 2 deletions trunk/scripts/dtc/flattree.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb)
{
struct reserve_info *reservelist = NULL;
struct reserve_info *new;
const char *p;
struct fdt_reserve_entry re;

/*
Expand All @@ -706,7 +705,6 @@ static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb)
*
* First pass, count entries.
*/
p = inb->ptr;
while (1) {
flat_read_chunk(inb, &re, sizeof(re));
re.address = fdt64_to_cpu(re.address);
Expand Down

0 comments on commit 3b99190

Please sign in to comment.