mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
3d780c8a98
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 |