Commit 358663e
committed
regmap-irq: Consistently use memset32() in regmap_irq_thread()
JIRA: https://issues.redhat.com/browse/RHEL-81536
commit 21e9a1d
Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Mon, 30 Sep 2024 01:11:09 +0000
The commit 4d60cac ("regmap-irq: Add no_status support") adds
an additional branch into IRQ thread handler in regmap. It wisely
chose to use memset32() as it might be optimised on some architectures
and hence give a performance benefit. At the same time the old code
continue using simple memset(). Update the old code to use memset32().
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20240925082726.620622-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>1 parent cfe54c9 commit 358663e
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | 367 | | |
371 | 368 | | |
372 | 369 | | |
373 | 370 | | |
374 | | - | |
| 371 | + | |
375 | 372 | | |
376 | 373 | | |
377 | 374 | | |
| |||
0 commit comments