Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271591
b: refs/heads/master
c: 6fcf84a
h: refs/heads/master
i:
  271589: bdce4a8
  271587: 89a4692
  271583: 30817fd
v: v3
  • Loading branch information
Harvey Yang authored and Jean Delvare committed Oct 30, 2011
1 parent 9748e2d commit b2355cf
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: 9519282a02e74f0bf780eb371a3160824c23965a
refs/heads/master: 6fcf84a2c0d5f51a457555d76e037cf3cc85bc7a
6 changes: 3 additions & 3 deletions trunk/drivers/i2c/busses/scx200_acb.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ static int __devexit scx200_remove(struct platform_device *pdev)
return 0;
}

static struct platform_driver scx200_pci_drv = {
static struct platform_driver scx200_pci_driver = {
.driver = {
.name = "cs5535-smb",
.owner = THIS_MODULE,
Expand Down Expand Up @@ -593,14 +593,14 @@ static int __init scx200_acb_init(void)
return 0;

/* No ISA devices; register the platform driver for PCI-based devices */
return platform_driver_register(&scx200_pci_drv);
return platform_driver_register(&scx200_pci_driver);
}

static void __exit scx200_acb_cleanup(void)
{
struct scx200_acb_iface *iface;

platform_driver_unregister(&scx200_pci_drv);
platform_driver_unregister(&scx200_pci_driver);

mutex_lock(&scx200_acb_list_mutex);
while ((iface = scx200_acb_list) != NULL) {
Expand Down

0 comments on commit b2355cf

Please sign in to comment.