Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176176
b: refs/heads/master
c: 920712a
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely committed Dec 9, 2009
1 parent d642916 commit 724d0b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 937041e21634ffecc92d05cf693423a2c95b7252
refs/heads/master: 920712af498a3081a9ac8256951d1c7eae109c50
4 changes: 2 additions & 2 deletions trunk/drivers/spi/xilinx_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ struct spi_master *xilinx_spi_init(struct device *dev, struct resource *mem,
goto free_irq;
}

dev_info(dev, "at 0x%08X mapped to 0x%08X, irq=%d\n",
(u32)mem->start, (u32)xspi->regs, xspi->irq);
dev_info(dev, "at 0x%08llX mapped to 0x%p, irq=%d\n",
(unsigned long long)mem->start, xspi->regs, xspi->irq);
return master;

free_irq:
Expand Down

0 comments on commit 724d0b4

Please sign in to comment.