DMA functions used for NSS FW coredump are called
with NULL being passed instead of device pointer.
This will obviously cause a NULL pointer exception
and crash the kernel.
So, fix it by passing proper device structure pointer.
Signed-off-by: Robert Marko <robimarko@gmail.com>