Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204485
b: refs/heads/master
c: 11ed4ad
h: refs/heads/master
i:
  204483: d869d8f
v: v3
  • Loading branch information
Andrea Gelmini authored and Ralf Baechle committed Aug 5, 2010
1 parent c722ecc commit 66dd3a4
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: abb86dc5430abe4e07f53b9221fc8eb59321dc41
refs/heads/master: 11ed4add992062de988773287c32e43f294968ac
4 changes: 2 additions & 2 deletions trunk/arch/mips/pci/ops-titan-ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <asm/titan_dep.h>

static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn,
int offset, u32 * val)
int offset, u32 *val)
{
volatile uint32_t address;
int busno;
Expand Down Expand Up @@ -64,7 +64,7 @@ static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn,
}

static int titan_ht_config_read(struct pci_bus *bus, unsigned int devfn,
int offset, int size, u32 * val)
int offset, int size, u32 *val)
{
uint32_t dword;

Expand Down

0 comments on commit 66dd3a4

Please sign in to comment.