mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
[PATCH] offsetof is size_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4ec031166f
commit
193d073292
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user