Skip to content

Commit

Permalink
Pull asus into release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Aug 25, 2007
2 parents 1a8f461 + e1996a6 commit ca1f32a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/misc/asus-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,8 @@ static void asus_backlight_exit(void)
}

#define ASUS_LED_UNREGISTER(object) \
led_classdev_unregister(&object##_led)
if (object##_led.dev) \
led_classdev_unregister(&object##_led)

static void asus_led_exit(void)
{
Expand Down

0 comments on commit ca1f32a

Please sign in to comment.