Fix -Werror=empty-body.

This commit is contained in:
Guy Martin 2024-08-19 20:23:33 +00:00
parent ea8e877dca
commit fe7f3fca68

View File

@ -482,8 +482,9 @@ int ddb_fe_attach_mxl5xx(struct ddb_input *input)
cfg = mxl5xx; cfg = mxl5xx;
cfg.fw_priv = link; cfg.fw_priv = link;
if (dev->link[0].info->type == DDB_OCTONET) if (dev->link[0].info->type == DDB_OCTONET) {
;/*cfg.ts_clk = 69;*/ ;/*cfg.ts_clk = 69;*/
}
demod = input->nr; demod = input->nr;
tuner = demod & 3; tuner = demod & 3;