Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181445
b: refs/heads/master
c: 6a1b262
h: refs/heads/master
i:
  181443: b693797
v: v3
  • Loading branch information
Erik Andrén authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent c2fe1d5 commit db18d57
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fb8253baa0852bb628b6f4fed1ed0b8ae20e4e3c
refs/heads/master: 6a1b262fac3b013b0b8afaf1fb23e6020e58fe02
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/gspca/stv06xx/stv06xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ static void stv06xx_dump_bridge(struct sd *sd)
info("Read 0x%x from address 0x%x", data, i);
}

info("Testing stv06xx bridge registers for writability");
for (i = 0x1400; i < 0x160f; i++) {
stv06xx_read_bridge(sd, i, &data);
buf = data;
Expand All @@ -229,7 +230,7 @@ static void stv06xx_dump_bridge(struct sd *sd)
info("Register 0x%x is read/write", i);
else if (data != buf)
info("Register 0x%x is read/write,"
"but only partially", i);
" but only partially", i);
else
info("Register 0x%x is read-only", i);

Expand Down

0 comments on commit db18d57

Please sign in to comment.