Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177942
b: refs/heads/master
c: e46b63b
h: refs/heads/master
v: v3
  • Loading branch information
Pravin Bathija authored and James Bottomley committed Dec 10, 2009
1 parent 69f4c33 commit cb836fa
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: 7729cb785d27afef500cc7e7071de8c01d7dfdae
refs/heads/master: e46b63b37c3296f0aca92d8b62bbf130f2bec7dd
6 changes: 3 additions & 3 deletions trunk/drivers/message/fusion/mptbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ mpt_mapresources(MPT_ADAPTER *ioc)
{
u8 __iomem *mem;
int ii;
unsigned long mem_phys;
resource_size_t mem_phys;
unsigned long port;
u32 msize;
u32 psize;
Expand Down Expand Up @@ -1677,8 +1677,8 @@ mpt_mapresources(MPT_ADAPTER *ioc)
return -EINVAL;
}
ioc->memmap = mem;
dinitprintk(ioc, printk(MYIOC_s_INFO_FMT "mem = %p, mem_phys = %lx\n",
ioc->name, mem, mem_phys));
dinitprintk(ioc, printk(MYIOC_s_INFO_FMT "mem = %p, mem_phys = %llx\n",
ioc->name, mem, (unsigned long long)mem_phys));

ioc->mem_phys = mem_phys;
ioc->chip = (SYSIF_REGS __iomem *)mem;
Expand Down

0 comments on commit cb836fa

Please sign in to comment.