forked from mirrors/linux
		
	sfc: don't unregister flow_indr if it was never registered
In efx_init_tc(), move the setting of efx->tc->up after the
 flow_indr_dev_register() call, so that if it fails, efx_fini_tc()
 won't call flow_indr_dev_unregister().
Fixes: 5b2e12d51b ("sfc: bind indirect blocks for TC offload on EF100")
Suggested-by: Pieter Jansen van Vuuren <pieter.jansen-van-vuuren@amd.com>
Reviewed-by: Martin Habets <habetsm.xilinx@gmail.com>
Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Link: https://lore.kernel.org/r/a81284d7013aba74005277bd81104e4cfbea3f6f.1692114888.git.ecree.xilinx@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
			
			
This commit is contained in:
		
							parent
							
								
									23d775f12d
								
							
						
					
					
						commit
						fa165e1949
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1657,10 +1657,10 @@ int efx_init_tc(struct efx_nic *efx) | |||
| 	rc = efx_tc_configure_fallback_acts_reps(efx); | ||||
| 	if (rc) | ||||
| 		return rc; | ||||
| 	efx->tc->up = true; | ||||
| 	rc = flow_indr_dev_register(efx_tc_indr_setup_cb, efx); | ||||
| 	if (rc) | ||||
| 		return rc; | ||||
| 	efx->tc->up = true; | ||||
| 	return 0; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Edward Cree
						Edward Cree