Loading drivers/pwm/pwm-zx.c +1 −3 Original line number Diff line number Diff line Loading @@ -196,7 +196,6 @@ static const struct pwm_ops zx_pwm_ops = { static int zx_pwm_probe(struct platform_device *pdev) { struct zx_pwm_chip *zpc; struct resource *res; unsigned int i; int ret; Loading @@ -204,8 +203,7 @@ static int zx_pwm_probe(struct platform_device *pdev) if (!zpc) return -ENOMEM; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); zpc->base = devm_ioremap_resource(&pdev->dev, res); zpc->base = devm_platform_ioremap_resource(pdev, 0); if (IS_ERR(zpc->base)) return PTR_ERR(zpc->base); Loading Loading
drivers/pwm/pwm-zx.c +1 −3 Original line number Diff line number Diff line Loading @@ -196,7 +196,6 @@ static const struct pwm_ops zx_pwm_ops = { static int zx_pwm_probe(struct platform_device *pdev) { struct zx_pwm_chip *zpc; struct resource *res; unsigned int i; int ret; Loading @@ -204,8 +203,7 @@ static int zx_pwm_probe(struct platform_device *pdev) if (!zpc) return -ENOMEM; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); zpc->base = devm_ioremap_resource(&pdev->dev, res); zpc->base = devm_platform_ioremap_resource(pdev, 0); if (IS_ERR(zpc->base)) return PTR_ERR(zpc->base); Loading