mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	hpsa: Change SAS transport devices to bus 0.
SAS transport places devices on bus 0 but driver was setting the bus to 3. Reviewed-by: Justin Lindley <justin.lindley@pmcs.com> Reviewed-by: Kevin Barnett <kevin.barnett@pmcs.com> Reviewed-by: Scott Teel <scott.teel@pmcs.com> Reviewed-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Don Brace <don.brace@pmcs.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
		
							parent
							
								
									2708f2957c
								
							
						
					
					
						commit
						09371d623c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -400,7 +400,7 @@ struct offline_device_entry {
 | 
			
		|||
#define HPSA_PHYSICAL_DEVICE_BUS	0
 | 
			
		||||
#define HPSA_RAID_VOLUME_BUS		1
 | 
			
		||||
#define HPSA_EXTERNAL_RAID_VOLUME_BUS	2
 | 
			
		||||
#define HPSA_HBA_BUS			3
 | 
			
		||||
#define HPSA_HBA_BUS			0
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
	Send the command to the hardware
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue