Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346371
b: refs/heads/master
c: ff10b07
h: refs/heads/master
i:
  346369: d9da029
  346367: 610e5ca
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Dec 18, 2012
1 parent ad48d62 commit 67df1f5
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: 933bd9b3fda5482e88a84a1a3678bb1fbb11a60a
refs/heads/master: ff10b0741236b42ec7e97b4ba2d682be53868050
4 changes: 2 additions & 2 deletions trunk/drivers/video/backlight/hp680_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define HP680_DEFAULT_INTENSITY 10

static int hp680bl_suspended;
static int current_intensity = 0;
static int current_intensity;
static DEFINE_SPINLOCK(bl_lock);

static void hp680bl_send_intensity(struct backlight_device *bd)
Expand Down Expand Up @@ -168,7 +168,7 @@ static int __init hp680bl_init(void)
static void __exit hp680bl_exit(void)
{
platform_device_unregister(hp680bl_device);
platform_driver_unregister(&hp680bl_driver);
platform_driver_unregister(&hp680bl_driver);
}

module_init(hp680bl_init);
Expand Down

0 comments on commit 67df1f5

Please sign in to comment.