mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
[PARISC] parisc-agp: Fix integer/pointer warning
Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
parent
514fb84e1c
commit
423c8ece29
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ static int __init
|
||||||
agp_ioc_init(void __iomem *ioc_regs)
|
agp_ioc_init(void __iomem *ioc_regs)
|
||||||
{
|
{
|
||||||
struct _parisc_agp_info *info = &parisc_agp_info;
|
struct _parisc_agp_info *info = &parisc_agp_info;
|
||||||
u64 *iova_base, *io_pdir, io_tlb_ps;
|
u64 iova_base, *io_pdir, io_tlb_ps;
|
||||||
int io_tlb_shift;
|
int io_tlb_shift;
|
||||||
|
|
||||||
printk(KERN_INFO DRVPFX "IO PDIR shared with sba_iommu\n");
|
printk(KERN_INFO DRVPFX "IO PDIR shared with sba_iommu\n");
|
||||||
|
|
Loading…
Reference in a new issue