ar71xx: ag71xx: Replace duplicate debugging code with simple function call
ag71xx_dump_regs is used in code several times, and is providing same output. Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
		 Petr Štetiar
					Petr Štetiar
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							3cc31ea8d3
						
					
				
				
					commit
					22f9afa118
				
			| @@ -642,22 +642,7 @@ __ag71xx_link_adjust(struct ag71xx *ag, bool update) | |||||||
| 			ag71xx_speed_str(ag), | 			ag71xx_speed_str(ag), | ||||||
| 			(DUPLEX_FULL == ag->duplex) ? "Full" : "Half"); | 			(DUPLEX_FULL == ag->duplex) ? "Full" : "Half"); | ||||||
|  |  | ||||||
| 	DBG("%s: fifo_cfg0=%#x, fifo_cfg1=%#x, fifo_cfg2=%#x\n", | 	ag71xx_dump_regs(ag); | ||||||
| 		ag->dev->name, |  | ||||||
| 		ag71xx_rr(ag, AG71XX_REG_FIFO_CFG0), |  | ||||||
| 		ag71xx_rr(ag, AG71XX_REG_FIFO_CFG1), |  | ||||||
| 		ag71xx_rr(ag, AG71XX_REG_FIFO_CFG2)); |  | ||||||
|  |  | ||||||
| 	DBG("%s: fifo_cfg3=%#x, fifo_cfg4=%#x, fifo_cfg5=%#x\n", |  | ||||||
| 		ag->dev->name, |  | ||||||
| 		ag71xx_rr(ag, AG71XX_REG_FIFO_CFG3), |  | ||||||
| 		ag71xx_rr(ag, AG71XX_REG_FIFO_CFG4), |  | ||||||
| 		ag71xx_rr(ag, AG71XX_REG_FIFO_CFG5)); |  | ||||||
|  |  | ||||||
| 	DBG("%s: mac_cfg2=%#x, mac_ifctl=%#x\n", |  | ||||||
| 		ag->dev->name, |  | ||||||
| 		ag71xx_rr(ag, AG71XX_REG_MAC_CFG2), |  | ||||||
| 		ag71xx_rr(ag, AG71XX_REG_MAC_IFCTL)); |  | ||||||
| } | } | ||||||
|  |  | ||||||
| void ag71xx_link_adjust(struct ag71xx *ag) | void ag71xx_link_adjust(struct ag71xx *ag) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user