mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	arm: mvebu: remove self assignment
Assigning dev_num to itself is superfluous. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
		
				
					committed by
					
						 Tom Rini
						Tom Rini
					
				
			
			
				
	
			
			
			
						parent
						
							36d35345b1
						
					
				
				
					commit
					a21d6363cc
				
			| @@ -697,8 +697,6 @@ int ddr3_tip_print_centralization_result(u32 dev_num) | |||||||
| 	u32 if_id = 0, bus_id = 0; | 	u32 if_id = 0, bus_id = 0; | ||||||
| 	struct hws_topology_map *tm = ddr3_get_topology_map(); | 	struct hws_topology_map *tm = ddr3_get_topology_map(); | ||||||
|  |  | ||||||
| 	dev_num = dev_num; |  | ||||||
|  |  | ||||||
| 	printf("Centralization Results\n"); | 	printf("Centralization Results\n"); | ||||||
| 	printf("I/F0 Result[0 - success 1-fail 2 - state_2 3 - state_3] ...\n"); | 	printf("I/F0 Result[0 - success 1-fail 2 - state_2 3 - state_3] ...\n"); | ||||||
| 	for (if_id = 0; if_id <= MAX_INTERFACE_NUM - 1; if_id++) { | 	for (if_id = 0; if_id <= MAX_INTERFACE_NUM - 1; if_id++) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user