Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357109
b: refs/heads/master
c: e6da766
h: refs/heads/master
i:
  357107: 857a81b
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent 053b33b commit 711dc95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 5820debccb530a8a5456f358e92d8272aa2902ae
refs/heads/master: e6da76617fe79ab76ad8f78606c423e093a284f3
8 changes: 4 additions & 4 deletions trunk/drivers/staging/media/solo6x10/p2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,15 @@ static void run_p2m_test(struct solo_dev *solo_dev)
u32 size = SOLO_JPEG_EXT_ADDR(solo_dev) + SOLO_JPEG_EXT_SIZE(solo_dev);
int i, d;

printk(KERN_WARNING "%s: Testing %u bytes of external ram\n",
SOLO6X10_NAME, size);
dev_warn(&solo_dev->pdev->dev, "Testing %u bytes of external ram\n",
size);

for (i = 0; i < size; i += TEST_CHUNK_SIZE)
for (d = 0; d < 4; d++)
errs += p2m_test(solo_dev, d, i, TEST_CHUNK_SIZE);

printk(KERN_WARNING "%s: Found %llu errors during p2m test\n",
SOLO6X10_NAME, errs);
dev_warn(&solo_dev->pdev->dev, "Found %llu errors during p2m test\n",
errs);

return;
}
Expand Down

0 comments on commit 711dc95

Please sign in to comment.