Stephen Boyd
47241933b4
regulator: Remove dev_err() usage after platform_get_irq()
...
We don't need dev_err() messages when platform_get_irq() fails now that
platform_get_irq() prints an error message itself when something goes
wrong. Let's remove these prints with a simple semantic patch.
// <smpl>
@@
expression ret;
struct platform_device *E;
@@
ret =
(
platform_get_irq(E, ...)
|
platform_get_irq_byname(E, ...)
);
if ( \( ret < 0 \| ret <= 0 \) )
{
(
-if (ret != -EPROBE_DEFER)
-{ ...
-dev_err(...);
-... }
|
...
-dev_err(...);
)
...
}
// </smpl>
While we're here, remove braces on if statements that only have one
statement (manually).
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20190730181557.90391-38-swboyd@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-08-02 12:13:23 +01:00
..
2019-07-04 17:34:32 +01:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:07 +02:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:29:22 -07:00
2019-07-25 17:44:11 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:25:18 -07:00
2019-04-10 12:23:04 +01:00
2019-05-21 21:23:24 +01:00
2019-06-03 17:51:20 +01:00
2019-03-18 12:10:45 +00:00
2019-05-30 11:26:35 -07:00
2019-03-20 17:19:31 +00:00
2019-05-30 11:26:32 -07:00
2019-07-15 20:18:40 -07:00
2019-01-24 17:53:12 +00:00
2019-06-03 17:52:02 +01:00
2019-07-09 12:34:26 -07:00
2019-06-07 13:14:37 +01:00
2019-05-03 15:07:39 +09:00
2019-05-03 15:07:39 +09:00
2019-05-03 15:07:39 +09:00
2019-08-02 12:13:23 +01:00
2019-08-02 12:13:23 +01:00
2019-05-03 15:07:39 +09:00
2019-05-03 15:07:39 +09:00
2019-06-25 15:26:24 +01:00
2019-05-03 15:07:39 +09:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-04-26 10:38:22 +01:00
2018-09-17 14:32:22 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-18 19:13:05 +01:00
2019-05-02 11:16:40 +09:00
2019-05-02 11:16:40 +09:00
2019-05-02 11:16:40 +09:00
2019-05-30 11:26:32 -07:00
2019-01-28 15:30:58 +00:00
2019-05-30 11:26:32 -07:00
2019-07-15 20:18:40 -07:00
2019-07-22 13:18:13 +01:00
2019-02-19 11:06:41 +00:00
2019-06-19 17:09:55 +02:00
2019-03-03 23:47:06 +00:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-07-15 20:18:40 -07:00
2019-04-26 10:38:20 +01:00
2019-05-30 11:26:41 -07:00
2019-07-02 12:45:12 +01:00
2019-05-30 11:26:35 -07:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:39 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-18 19:12:47 +01:00
2018-12-11 01:04:31 +00:00
2018-12-06 19:56:51 +00:00
2019-04-15 09:45:15 +01:00
2019-03-13 15:12:47 +00:00
2019-07-03 13:02:38 +01:00
2019-07-04 17:31:37 +01:00
2018-12-11 01:04:08 +00:00
2018-08-08 10:52:50 +01:00
2019-06-10 15:40:58 +01:00
2019-03-04 00:01:08 +00:00
2019-05-30 11:26:32 -07:00
2019-03-04 00:01:08 +00:00
2019-03-04 00:01:08 +00:00
2019-04-11 12:17:32 +01:00
2019-04-26 10:38:23 +01:00
2019-04-26 10:38:23 +01:00
2019-04-26 10:38:23 +01:00
2019-04-26 10:38:23 +01:00
2019-04-26 10:38:23 +01:00
2019-07-04 17:34:34 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2018-11-06 17:27:46 +00:00
2019-05-03 15:05:52 +09:00
2019-05-03 15:05:52 +09:00
2019-05-03 15:05:52 +09:00
2019-05-03 15:05:52 +09:00
2019-05-03 15:05:52 +09:00
2019-05-03 15:05:52 +09:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2019-06-24 17:26:15 +01:00
2018-12-06 19:56:51 +00:00
2019-05-30 11:29:52 -07:00
2019-07-22 13:18:33 +01:00
2019-06-05 17:37:18 +02:00
2019-06-05 17:37:18 +02:00
2019-04-10 12:22:50 +01:00
2019-07-04 17:34:32 +01:00
2019-06-25 15:26:24 +01:00
2019-03-26 13:25:35 +00:00
2019-04-26 10:38:27 +01:00
2019-05-24 13:04:49 +01:00
2019-05-13 11:07:43 +01:00
2019-07-23 12:28:01 +01:00
2019-05-03 15:07:15 +09:00
2019-05-30 11:29:22 -07:00
2019-02-19 11:06:41 +00:00
2019-05-30 11:29:22 -07:00
2019-04-26 10:38:25 +01:00
2019-05-30 11:29:22 -07:00
2019-05-16 17:11:47 +01:00
2019-04-15 09:44:41 +01:00
2019-06-19 17:09:55 +02:00
2019-03-21 15:00:07 +00:00
2019-06-25 15:26:24 +01:00
2019-03-21 14:59:09 +00:00
2019-05-06 22:52:14 +09:00
2019-04-15 09:44:09 +01:00
2019-05-30 11:26:32 -07:00
2019-04-16 17:30:56 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-02-02 17:05:42 +01:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-02 11:16:18 +09:00
2019-05-30 11:26:32 -07:00
2019-06-12 13:59:11 +01:00
2019-04-17 17:40:29 +01:00
2019-04-17 17:40:29 +01:00
2019-04-17 17:40:44 +01:00
2019-04-17 17:41:00 +01:00
2019-04-17 17:39:58 +01:00