We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e456a commit 9224fc8Copy full SHA for 9224fc8
drivers/net/ethernet/intel/ice/ice_dpll.c
@@ -2120,6 +2120,7 @@ void ice_dpll_init(struct ice_pf *pf)
2120
struct ice_dplls *d = &pf->dplls;
2121
int err = 0;
2122
2123
+ mutex_init(&d->lock);
2124
err = ice_dpll_init_info(pf, cgu);
2125
if (err)
2126
goto err_exit;
@@ -2132,7 +2133,6 @@ void ice_dpll_init(struct ice_pf *pf)
2132
2133
err = ice_dpll_init_pins(pf, cgu);
2134
2135
goto deinit_pps;
- mutex_init(&d->lock);
2136
if (cgu) {
2137
err = ice_dpll_init_worker(pf);
2138
0 commit comments