Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362239
b: refs/heads/master
c: 090da75
h: refs/heads/master
i:
  362237: 9915c89
  362235: 87f50fb
  362231: 2dab49d
  362223: 47f84ba
  362207: 176346c
  362175: a7c7ebf
  362111: a1d7791
  361983: 631f0ec
v: v3
  • Loading branch information
Wang YanQing authored and Tomi Valkeinen committed Apr 2, 2013
1 parent 2dd2ae5 commit dddeccd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 477fc03f5baaf5906ce04beba7dbcd0e5d1e9b30
refs/heads/master: 090da752cdd6f0786eee68c8dea8db7c8abd3798
3 changes: 2 additions & 1 deletion trunk/drivers/video/uvesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,8 @@ static int uvesafb_init(void)
err = -ENOMEM;

if (err) {
platform_device_put(uvesafb_device);
if (uvesafb_device)
platform_device_put(uvesafb_device);
platform_driver_unregister(&uvesafb_driver);
cn_del_callback(&uvesafb_cn_id);
return err;
Expand Down

0 comments on commit dddeccd

Please sign in to comment.