staticint__devinittherm_est_probe(struct platform_device *pdev){inti;structtherm_estimator*est;structtherm_est_data*data;est = kzalloc(sizeof(struct therm_estimator), GFP_KERNEL);if(IS_ERR_OR_NULL(est))return-ENOMEM; platform_set_drvdata(pdev, est); data = therm_est_get_pdata(&pdev-...