Loading drivers/leds/leds-qti-tri-led.c +3 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2018-2019, 2021, The Linux Foundation. All rights reserved. */ #include <linux/bitops.h> Loading Loading @@ -577,6 +577,7 @@ static int qpnp_tri_led_probe(struct platform_device *pdev) rc = qpnp_tri_led_parse_dt(chip); if (rc < 0) { if (rc != -EPROBE_DEFER) dev_err(chip->dev, "Devicetree properties parsing failed, rc=%d\n", rc); return rc; Loading drivers/pwm/pwm-qti-lpg.c +3 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved. */ #define pr_fmt(fmt) "%s: " fmt, __func__ Loading Loading @@ -1686,6 +1686,7 @@ static int qpnp_lpg_probe(struct platform_device *pdev) mutex_init(&chip->bus_lock); rc = qpnp_lpg_parse_dt(chip); if (rc < 0) { if (rc != -EPROBE_DEFER) dev_err(chip->dev, "Devicetree properties parsing failed, rc=%d\n", rc); goto err_out; Loading Loading
drivers/leds/leds-qti-tri-led.c +3 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2018-2019, 2021, The Linux Foundation. All rights reserved. */ #include <linux/bitops.h> Loading Loading @@ -577,6 +577,7 @@ static int qpnp_tri_led_probe(struct platform_device *pdev) rc = qpnp_tri_led_parse_dt(chip); if (rc < 0) { if (rc != -EPROBE_DEFER) dev_err(chip->dev, "Devicetree properties parsing failed, rc=%d\n", rc); return rc; Loading
drivers/pwm/pwm-qti-lpg.c +3 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved. */ #define pr_fmt(fmt) "%s: " fmt, __func__ Loading Loading @@ -1686,6 +1686,7 @@ static int qpnp_lpg_probe(struct platform_device *pdev) mutex_init(&chip->bus_lock); rc = qpnp_lpg_parse_dt(chip); if (rc < 0) { if (rc != -EPROBE_DEFER) dev_err(chip->dev, "Devicetree properties parsing failed, rc=%d\n", rc); goto err_out; Loading