Explorar el Código

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>
Dave Airlie hace 15 años
padre
commit
9fd1de5294
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      drivers/video/fbmem.c

+ 0 - 1
drivers/video/fbmem.c

@@ -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;
 			}
 		}
 	}