Hi, On Thu, May 3, 2018 at 3:39 AM, Taniya Das <[email protected]> wrote: > + rpmh_client = rpmh_get_client(pdev); > + if (IS_ERR(rpmh_client)) { > + ret = PTR_ERR(rpmh_client); > + dev_err(&pdev->dev, "Failed to request RPMh client, ret=%d\n", > + ret); > + return ret; > + }
Please rebase atop the latest RPMh code (v7). There is no more rpmh_get_client(). If you want help doing this, please see <http://crosreview.com/1042987> which contains all the changes to work with v7. -Doug

