mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	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:
		
							parent
							
								
									60b341b778
								
							
						
					
					
						commit
						9fd1de5294
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue