mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	DA8xx: assign name to MUSB IRQ resource
Commit fcf173e451 (usb: musb: add names for IRQs
in structure resource) forgot to assign name to the DA8xx MUSB IRQ resource.
Because of that MUSB driver fails to load on DA8xx machines.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
			
			
This commit is contained in:
		
							parent
							
								
									09e7200221
								
							
						
					
					
						commit
						5a166f4f99
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -112,6 +112,7 @@ static struct resource da8xx_usb20_resources[] = {
 | 
			
		|||
	{
 | 
			
		||||
		.start		= IRQ_DA8XX_USB_INT,
 | 
			
		||||
		.flags		= IORESOURCE_IRQ,
 | 
			
		||||
		.name		= "mc",
 | 
			
		||||
	},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue