Loading drivers/platform/msm/qpnp-clkdiv.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2012, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -202,6 +202,7 @@ static int qpnp_clkdiv_probe(struct spmi_device *spmi) if (!res) { dev_err(&spmi->dev, "%s: unable to get device reg resource\n", __func__); return -EINVAL; } q_clkdiv->slave = spmi->sid; Loading Loading
drivers/platform/msm/qpnp-clkdiv.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2012, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -202,6 +202,7 @@ static int qpnp_clkdiv_probe(struct spmi_device *spmi) if (!res) { dev_err(&spmi->dev, "%s: unable to get device reg resource\n", __func__); return -EINVAL; } q_clkdiv->slave = spmi->sid; Loading