hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/remoteproc/da8xx_remoteproc.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Remote processor machine-specific module for DA8XX
34 *
45 * Copyright (C) 2013 Texas Instruments, Inc.
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License
8
- * version 2 as published by the Free Software Foundation.
96 */
107
118 #include <linux/bitops.h>
....@@ -252,10 +249,8 @@
252249 int ret;
253250
254251 irq = platform_get_irq(pdev, 0);
255
- if (irq < 0) {
256
- dev_err(dev, "platform_get_irq(pdev, 0) error: %d\n", irq);
252
+ if (irq < 0)
257253 return irq;
258
- }
259254
260255 irq_data = irq_get_irq_data(irq);
261256 if (!irq_data) {