EISA: Log device resources in dmesg
Note the resources consumed by EISA devices in dmesg, similar to what we already do for PCI and PNP devices. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
		
					parent
					
						
							
								26abfeed43
							
						
					
				
			
			
				commit
				
					
						a2080d0c56
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -286,6 +286,7 @@ static int __init eisa_request_resources(struct eisa_root_device *root, | |||
| 			edev->res[i].flags = IORESOURCE_IO | IORESOURCE_BUSY; | ||||
| 		} | ||||
| 
 | ||||
| 		dev_printk(KERN_DEBUG, &edev->dev, "%pR\n", &edev->res[i]); | ||||
| 		if (request_resource(root->res, &edev->res[i])) | ||||
| 			goto failed; | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Bjorn Helgaas
				Bjorn Helgaas