Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47260
b: refs/heads/master
c: 193d073
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 9, 2007
1 parent 0934909 commit b84e76c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4ec031166f6a466a443f462e567f7551096b1741
refs/heads/master: 193d0732920fd09825501136f3a01e9c28a700e6
6 changes: 3 additions & 3 deletions trunk/drivers/macintosh/rack-meter.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ static void rackmeter_setup_dbdma(struct rackmeter *rm)
/* Make sure dbdma is reset */
DBDMA_DO_RESET(rm->dma_regs);

pr_debug("rackmeter: mark offset=0x%lx\n",
pr_debug("rackmeter: mark offset=0x%zx\n",
offsetof(struct rackmeter_dma, mark));
pr_debug("rackmeter: buf1 offset=0x%lx\n",
pr_debug("rackmeter: buf1 offset=0x%zx\n",
offsetof(struct rackmeter_dma, buf1));
pr_debug("rackmeter: buf2 offset=0x%lx\n",
pr_debug("rackmeter: buf2 offset=0x%zx\n",
offsetof(struct rackmeter_dma, buf2));

/* Prepare 4 dbdma commands for the 2 buffers */
Expand Down

0 comments on commit b84e76c

Please sign in to comment.