Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157150
b: refs/heads/master
c: 0a80fb1
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Linus Torvalds committed Aug 27, 2009
1 parent dbee696 commit f676358
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 9c504cadc443a3d002fa581ec5109c0ef02d7b14
refs/heads/master: 0a80fb10239b04c45e5e80aad8d4b2ca5ac407b2
8 changes: 4 additions & 4 deletions trunk/drivers/video/xen-fbfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,10 @@ static int __devinit xenfb_probe(struct xenbus_device *dev,

xenfb_init_shared_page(info, fb_info);

ret = xenfb_connect_backend(dev, info);
if (ret < 0)
goto error;

ret = register_framebuffer(fb_info);
if (ret) {
fb_deferred_io_cleanup(fb_info);
Expand All @@ -464,10 +468,6 @@ static int __devinit xenfb_probe(struct xenbus_device *dev,
}
info->fb_info = fb_info;

ret = xenfb_connect_backend(dev, info);
if (ret < 0)
goto error;

xenfb_make_preferred_console();
return 0;

Expand Down

0 comments on commit f676358

Please sign in to comment.