mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	git-libata-all-ipr-fix
drivers/scsi/ipr.c: In function '__ipr_eh_dev_reset': drivers/scsi/ipr.c:3865: warning: passing argument 4 of 'ata_do_eh' from incompatible pointer type Cc: Tejun Heo <htejun@gmail.com> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
		
							parent
							
								
									771b8dad96
								
							
						
					
					
						commit
						120bda35ff
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -3770,7 +3770,8 @@ static int ipr_device_reset(struct ipr_ioa_cfg *ioa_cfg, | |||
|  * Return value: | ||||
|  *	0 on success / non-zero on failure | ||||
|  **/ | ||||
| static int ipr_sata_reset(struct ata_port *ap, unsigned int *classes) | ||||
| static int ipr_sata_reset(struct ata_port *ap, unsigned int *classes, | ||||
| 				unsigned long deadline) | ||||
| { | ||||
| 	struct ipr_sata_port *sata_port = ap->private_data; | ||||
| 	struct ipr_ioa_cfg *ioa_cfg = sata_port->ioa_cfg; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Andrew Morton
						Andrew Morton