Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10624
b: refs/heads/master
c: 6c129be
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 1598fbf commit 0297bbd
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: 30dac7469741906436b50f9413dccd446366d371
refs/heads/master: 6c129be8c7bd1bdbd47ba8e17f6e5053ef04aee8
6 changes: 3 additions & 3 deletions trunk/drivers/i2c/busses/i2c-parport.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static void i2c_parport_detach (struct parport *port)
}
}

static struct parport_driver i2c_driver = {
static struct parport_driver i2c_parport_driver = {
.name = "i2c-parport",
.attach = i2c_parport_attach,
.detach = i2c_parport_detach,
Expand All @@ -250,12 +250,12 @@ static int __init i2c_parport_init(void)
type = 0;
}

return parport_register_driver(&i2c_driver);
return parport_register_driver(&i2c_parport_driver);
}

static void __exit i2c_parport_exit(void)
{
parport_unregister_driver(&i2c_driver);
parport_unregister_driver(&i2c_parport_driver);
}

MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>");
Expand Down

0 comments on commit 0297bbd

Please sign in to comment.