Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151287
b: refs/heads/master
c: 6161611
h: refs/heads/master
i:
  151285: 1a577d9
  151283: 11cd93b
  151279: 24365a6
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 16, 2009
1 parent eca1ce6 commit be4c006
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: d18dbfa7aaa8d50c2c1c66359f0ab6b085dfa03f
refs/heads/master: 61616115d748e2eb76c43715383e602b09d9bf50
4 changes: 2 additions & 2 deletions trunk/drivers/parport/parport_gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,14 @@ static int __devinit parport_init_chip(struct parisc_device *dev)
/* PARPORT_IRQ_NONE */ PARPORT_DMA_NONE, NULL);
if (p)
parport_count++;
dev->dev.driver_data = p;
dev_set_drvdata(&dev->dev, p);

return 0;
}

static int __devexit parport_remove_chip(struct parisc_device *dev)
{
struct parport *p = dev->dev.driver_data;
struct parport *p = dev_get_drvdata(&dev->dev);
if (p) {
struct parport_gsc_private *priv = p->private_data;
struct parport_operations *ops = p->ops;
Expand Down

0 comments on commit be4c006

Please sign in to comment.