57d9a79b0b
The device data structure is statically declared and referenced on a per-controller basis during driver registration. Unfortunately, due to using the same name (ddata) to initially declare as used in individual functions, we accidentally referenced the main struct by mistake due to a lack of local declaration. Let's prevent that from happening again by using different name-spaces. Change-Id: I9f7e5e7f95ee68d71aee70fa979e015ca2b5519e Signed-off-by: Lee Jones <lee.jones@linaro.org> |
||
---|---|---|
.. | ||
dma_qmsi.c | ||
dma_stm32f4x.c | ||
Kconfig | ||
Makefile |