You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge tag 'v3.3-rc7' into x86/platform
Merge reason: Update to the almost-final v3.3 kernel. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -164,8 +164,8 @@ static int lm3530_init_registers(struct lm3530_data *drvdata)
|
||||
|
||||
if (drvdata->mode == LM3530_BL_MODE_ALS) {
|
||||
if (pltfm->als_vmax == 0) {
|
||||
pltfm->als_vmin = als_vmin = 0;
|
||||
pltfm->als_vmin = als_vmax = LM3530_ALS_WINDOW_mV;
|
||||
pltfm->als_vmin = 0;
|
||||
pltfm->als_vmax = LM3530_ALS_WINDOW_mV;
|
||||
}
|
||||
|
||||
als_vmin = pltfm->als_vmin;
|
||||
|
||||
Reference in New Issue
Block a user