From 66dd3a4a068a2482cce201e45041690fead76179 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 May 2010 21:52:11 +0200 Subject: [PATCH] --- yaml --- r: 204485 b: refs/heads/master c: 11ed4add992062de988773287c32e43f294968ac h: refs/heads/master i: 204483: d869d8f37c96e69f6cefb836a461c63b2a6069f1 v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/ops-titan-ht.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 69cc6f59c4ae..30e55258057f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: abb86dc5430abe4e07f53b9221fc8eb59321dc41 +refs/heads/master: 11ed4add992062de988773287c32e43f294968ac diff --git a/trunk/arch/mips/pci/ops-titan-ht.c b/trunk/arch/mips/pci/ops-titan-ht.c index 749c1922d420..57d54adc9e20 100644 --- a/trunk/arch/mips/pci/ops-titan-ht.c +++ b/trunk/arch/mips/pci/ops-titan-ht.c @@ -32,7 +32,7 @@ #include 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; @@ -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;