From b2355cf9e0f035b32d6c435a725923391a1667ad Mon Sep 17 00:00:00 2001 From: Harvey Yang Date: Sun, 30 Oct 2011 13:47:25 +0100 Subject: [PATCH] --- yaml --- r: 271591 b: refs/heads/master c: 6fcf84a2c0d5f51a457555d76e037cf3cc85bc7a h: refs/heads/master i: 271589: bdce4a8db36b04610d9405ccd9c85a48399cd43a 271587: 89a4692c8d588a21d8e94c64b535b635876937be 271583: 30817fdb2b3f86666b5a2ec2e7fcd19750a3d197 v: v3 --- [refs] | 2 +- trunk/drivers/i2c/busses/scx200_acb.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 63616a385381..6f0122bc47dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9519282a02e74f0bf780eb371a3160824c23965a +refs/heads/master: 6fcf84a2c0d5f51a457555d76e037cf3cc85bc7a diff --git a/trunk/drivers/i2c/busses/scx200_acb.c b/trunk/drivers/i2c/busses/scx200_acb.c index 986e5f62debe..91e349c884c5 100644 --- a/trunk/drivers/i2c/busses/scx200_acb.c +++ b/trunk/drivers/i2c/busses/scx200_acb.c @@ -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, @@ -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) {