mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	use the right irq_handler in the CF driver
SVN-Revision: 9714
This commit is contained in:
		
							parent
							
								
									a6a8cb6a55
								
							
						
					
					
						commit
						ed7a8ab036
					
				@ -252,8 +252,8 @@ static __devinit int rb153_pata_driver_probe(struct platform_device *pdev)
 | 
			
		||||
 | 
			
		||||
	rb153_pata_setup_ports(ah);
 | 
			
		||||
 | 
			
		||||
	ret = ata_host_activate(ah, irq, ata_interrupt, IRQF_TRIGGER_HIGH,
 | 
			
		||||
				&rb153_pata_sht);
 | 
			
		||||
	ret = ata_host_activate(ah, irq, rb153_pata_irq_handler,
 | 
			
		||||
				IRQF_TRIGGER_HIGH, &rb153_pata_sht);
 | 
			
		||||
	if (ret)
 | 
			
		||||
		goto err_free_gpio;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user