Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286552
b: refs/heads/master
c: dd9328a
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and Grant Likely committed Jan 16, 2012
1 parent e1b6990 commit a845e9a
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: 2bd1c85e855c94da564e151cb54553e6cfc2f04b
refs/heads/master: dd9328a6b026060699d4136d8f926e39281c8a18
6 changes: 3 additions & 3 deletions trunk/drivers/gpio/gpio-ml-ioh.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static void ioh_gpio_setup(struct ioh_gpio *chip, int num_port)
static int ioh_irq_type(struct irq_data *d, unsigned int type)
{
u32 im;
u32 *im_reg;
void __iomem *im_reg;
u32 ien;
u32 im_pos;
int ch;
Expand Down Expand Up @@ -412,7 +412,7 @@ static int __devinit ioh_gpio_probe(struct pci_dev *pdev,
int i, j;
struct ioh_gpio *chip;
void __iomem *base;
void __iomem *chip_save;
void *chip_save;
int irq_base;

ret = pci_enable_device(pdev);
Expand Down Expand Up @@ -521,7 +521,7 @@ static void __devexit ioh_gpio_remove(struct pci_dev *pdev)
int err;
int i;
struct ioh_gpio *chip = pci_get_drvdata(pdev);
void __iomem *chip_save;
void *chip_save;

chip_save = chip;

Expand Down

0 comments on commit a845e9a

Please sign in to comment.