Loading drivers/soc/qcom/smd_init_dt.c +5 −5 Original line number Diff line number Diff line /* drivers/soc/qcom/smd_init_dt.c * * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -261,9 +261,9 @@ static int msm_smd_probe(struct platform_device *pdev) ret = request_irq(irq_line, private_irq->irq_handler, IRQF_TRIGGER_RISING | IRQF_NO_SUSPEND, IRQF_TRIGGER_RISING | IRQF_NO_SUSPEND | IRQF_SHARED, node->name, NULL); &pdev->dev); if (ret < 0) { pr_err("%s: request_irq() failed on %d\n", __func__, irq_line); return ret; Loading Loading
drivers/soc/qcom/smd_init_dt.c +5 −5 Original line number Diff line number Diff line /* drivers/soc/qcom/smd_init_dt.c * * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -261,9 +261,9 @@ static int msm_smd_probe(struct platform_device *pdev) ret = request_irq(irq_line, private_irq->irq_handler, IRQF_TRIGGER_RISING | IRQF_NO_SUSPEND, IRQF_TRIGGER_RISING | IRQF_NO_SUSPEND | IRQF_SHARED, node->name, NULL); &pdev->dev); if (ret < 0) { pr_err("%s: request_irq() failed on %d\n", __func__, irq_line); return ret; Loading