Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115751
b: refs/heads/master
c: bedf088
h: refs/heads/master
i:
  115749: b41cd2d
  115747: e769d72
  115743: 73b10d2
v: v3
  • Loading branch information
Julien Brunel authored and Greg Kroah-Hartman committed Oct 17, 2008
1 parent f8b1dcd commit 759719f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 58209018cfd6f1fa8d0139af7c39dbfe73de21fd
refs/heads/master: bedf0883cbe3015d21aec5ed47ddffb429f6cca7
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/appledisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static int appledisplay_probe(struct usb_interface *iface,
pdata->urbdata, pdata->urb->transfer_dma);
usb_free_urb(pdata->urb);
}
if (pdata->bd)
if (pdata->bd && !IS_ERR(pdata->bd))
backlight_device_unregister(pdata->bd);
kfree(pdata->msgdata);
}
Expand Down

0 comments on commit 759719f

Please sign in to comment.