Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357037
b: refs/heads/master
c: a62082f
h: refs/heads/master
i:
  357035: 586bd70
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent 8f6bf56 commit 81d2b3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: b01189b85b7653a51ebe851fc4d70702cebfed3c
refs/heads/master: a62082ffa11eb78ea67788b4fb6dbb32ae27464b
6 changes: 4 additions & 2 deletions trunk/drivers/media/platform/s5p-fimc/fimc-lite-reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,11 @@ void flite_hw_dump_regs(struct fimc_lite *dev, const char *label)
};
u32 i;

pr_info("--- %s ---\n", label);
v4l2_info(&dev->subdev, "--- %s ---\n", label);

for (i = 0; i < ARRAY_SIZE(registers); i++) {
u32 cfg = readl(dev->regs + registers[i].offset);
pr_info("%s: %s:\t0x%08x\n", __func__, registers[i].name, cfg);
v4l2_info(&dev->subdev, "%9s: 0x%08x\n",
registers[i].name, cfg);
}
}

0 comments on commit 81d2b3c

Please sign in to comment.