fb: for framebuffer handover don't exit the loop early.
An offb machine has been seen in the fields which adds two offb nodes, so continue scanning the list after removing one. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -1513,7 +1513,6 @@ register_framebuffer(struct fb_info *fb_info)
|
||||
fb_info->fix.id,
|
||||
registered_fb[i]->fix.id);
|
||||
unregister_framebuffer(registered_fb[i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user