Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1583149
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 30/35] drivers/sh: Convert remaining use of pr_warning to pr_warn |
| Date | 2017-02-17 08:20 +0100 |
| Message-ID | <tbKZJ-176-61@gated-at.bofh.it> (permalink) |
| References | <tbKZH-176-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
To enable eventual removal of pr_warning
This makes pr_warn use consistent for drivers/sh
Prior to this patch, there was 1 use of pr_warning and
0 uses of pr_warn in drivers/sh
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/sh/intc/core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/sh/intc/core.c b/drivers/sh/intc/core.c
index 8e72bcbd3d6d..2258597f354a 100644
--- a/drivers/sh/intc/core.c
+++ b/drivers/sh/intc/core.c
@@ -100,8 +100,8 @@ static void __init intc_register_irq(struct intc_desc *desc,
primary = 1;
if (!data[0] && !data[1])
- pr_warning("missing unique irq mask for irq %d (vect 0x%04x)\n",
- irq, irq2evt(irq));
+ pr_warn("missing unique irq mask for irq %d (vect 0x%04x)\n",
+ irq, irq2evt(irq));
data[0] = data[0] ? data[0] : intc_get_mask_handle(desc, d, enum_id, 1);
data[1] = data[1] ? data[1] : intc_get_prio_handle(desc, d, enum_id, 1);
--
2.10.0.rc2.1.g053435c
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 30/35] drivers/sh: Convert remaining use of pr_warning to pr_warn Joe Perches <joe@perches.com> - 2017-02-17 08:20 +0100
csiph-web