Staging: poch: Fix build warnings

Removed out printing of DMA address, that causes warnings during
build.

Signed-off-by: Vijay Kumar <vijaykumar@bravegnu.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Vijay Kumar 2008-10-29 08:58:36 +05:30 committed by Greg Kroah-Hartman
parent 7dadbbcf7f
commit 3ca67c1b94

View File

@ -390,8 +390,8 @@ static int poch_channel_alloc_groups(struct channel_info *channel)
group->user_offset =
(header_pages + (i * group_pages)) * PAGE_SIZE;
printk(KERN_INFO PFX "%ld: user_offset: 0x%lx dma: 0x%x\n", i,
group->user_offset, group->dma_addr);
printk(KERN_INFO PFX "%ld: user_offset: 0x%lx\n", i,
group->user_offset);
}
return 0;