diff options
Diffstat (limited to 'src/mainboard/lenovo/x200/blc.c')
-rw-r--r-- | src/mainboard/lenovo/x200/blc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x200/blc.c b/src/mainboard/lenovo/x200/blc.c index 655be567e6..99def22d23 100644 --- a/src/mainboard/lenovo/x200/blc.c +++ b/src/mainboard/lenovo/x200/blc.c @@ -38,7 +38,7 @@ int get_blc_values(const struct blc_pwm_t **entries) const char *mainboard_vbt_filename(void) { - u16 pwm_freq = get_blc_pwm_freq_value(gm45_get_lvds_edid_str()); + u16 pwm_freq = get_blc_pwm_freq_value(); if (pwm_freq == 0) { printk(BIOS_DEBUG, |