commit | 17c3827b4c5744abed8cfc6bf86fdbedf0ed61d2 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon Jun 01 09:02:46 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Jun 11 19:10:56 2020 +0200 |
tree | 5e0a036989795da33380ee7cb53076fd74641303 | |
parent | c371af686972ee2a7946b56f6b6b42bcb80d2091 [diff] |
media: atomisp: don't set hpll_freq twice with different values The logic which sets the hpll_freq for BYT sets hpll_freq to 1600MHz, but ignores it, and sets it again after reading from-device-specific EFI vars (this time, using a default of 2000MHz). Remove the first set, as this will be overriden anyway. While here, do minor adjustments on comments and on a printk message. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>