mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-16 03:54:10 +00:00
There is no real point in allocating dedicated memory for the irqs array.
MAXFLOW is only 2, so it is easier to allocated the needed space
directly within the 'meson_dev' structure.
This saves some memory allocation and avoids an indirection when using the
irqs array.
Fixes:
|
||
---|---|---|
.. | ||
amlogic-gxl-cipher.c | ||
amlogic-gxl-core.c | ||
amlogic-gxl.h | ||
Kconfig | ||
Makefile |