Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92692
b: refs/heads/master
c: 82ac4f8
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 5688a40 commit 348cd27
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: 41facaa4b63cc1a0ff5a900149a29942d47e1491
refs/heads/master: 82ac4f876505615ba9dc6a73cd9a584bad8fe23f
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ int em28xx_read_reg_req_len(struct em28xx *dev, u8 req, u16 reg,
if (reg_debug) {
printk(ret < 0 ? " failed!\n" : "%02x values: ", ret);
for (byte = 0; byte < len; byte++)
printk(KERN_INFO " %02x", (unsigned char)buf[byte]);
printk(" %02x", (unsigned char)buf[byte]);

printk(KERN_INFO "\n");
printk("\n");
}

return ret;
Expand Down Expand Up @@ -143,8 +143,8 @@ int em28xx_write_regs_req(struct em28xx *dev, u8 req, u16 reg, char *buf,
if (reg_debug) {
int i;
for (i = 0; i < len; ++i)
printk(KERN_INFO " %02x", (unsigned char)buf[i]);
printk(KERN_INFO "\n");
printk(" %02x", (unsigned char)buf[i]);
printk("\n");
}

if (!bufs)
Expand Down

0 comments on commit 348cd27

Please sign in to comment.