Commit 2e855751 authored by Alessandro Rubini's avatar Alessandro Rubini

SQUASH in 'add undocumented 'vcxo_default=' which is bugged

parent 0808e84a
......@@ -156,7 +156,7 @@ int fd_handle_eeprom_calibration(struct fd_dev *fd)
if (calibration_default) {
dev_info(d, "Overriding with default calibration (vcxo: %i)\n",
vcxo_default);
fd_calib_default.vcxo_default_tune = VCXO_DEFAULT;
fd_calib_default.vcxo_default_tune = vcxo_default;
*calib = fd_calib_default;
hash = horig; /* whatever it is */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment