Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next

-5
-5
drivers/regulator/palmas-regulator.c
··· 568 568 pdata->reg_init[idx]->mode_sleep = prop; 569 569 570 570 ret = of_property_read_u32(palmas_matches[idx].of_node, 571 - "ti,warm_reset", &prop); 572 - if (!ret) 573 - pdata->reg_init[idx]->warm_reset = prop; 574 - 575 - ret = of_property_read_u32(palmas_matches[idx].of_node, 576 571 "ti,tstep", &prop); 577 572 if (!ret) 578 573 pdata->reg_init[idx]->tstep = prop;