|
@@ -1330,11 +1330,6 @@ i40evf_write_profile(struct i40e_hw *hw, struct i40e_profile_segment *profile,
|
|
|
u32 offset = 0, info = 0;
|
|
|
u32 i;
|
|
|
|
|
|
- if (!track_id) {
|
|
|
- i40e_debug(hw, I40E_DEBUG_PACKAGE, "Track_id can't be 0.");
|
|
|
- return I40E_NOT_SUPPORTED;
|
|
|
- }
|
|
|
-
|
|
|
dev_cnt = profile->device_table_count;
|
|
|
|
|
|
for (i = 0; i < dev_cnt; i++) {
|