Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1989
b: refs/heads/master
c: f797f9c
h: refs/heads/master
i:
  1987: b56d282
v: v3
  • Loading branch information
Olof Johansson authored and Linus Torvalds committed Jun 14, 2005
1 parent 7cd53e4 commit c30bc4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a3c77c67a443e631febf708bb0c376caede31657
refs/heads/master: f797f9cc5485b50c35c106b462e1bc432ec37f90
2 changes: 1 addition & 1 deletion trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static inline unsigned int pci_calc_resource_flags(unsigned int flags)
/*
* Find the extent of a PCI decode..
*/
static u32 pci_size(u32 base, u32 maxbase, unsigned long mask)
static u32 pci_size(u32 base, u32 maxbase, u32 mask)
{
u32 size = mask & maxbase; /* Find the significant bits */
if (!size)
Expand Down

0 comments on commit c30bc4e

Please sign in to comment.