Re: adm80211: add checks for dma mapping errors

2016-12-05 Thread Kalle Valo
oroshi...@ispras.ru> Patch applied to wireless-drivers-next.git, thanks. d15697de60db adm80211: add checks for dma mapping errors -- https://patchwork.kernel.org/patch/9459295/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.o

[PATCH] adm80211: add checks for dma mapping errors

2016-12-02 Thread Alexey Khoroshilov
The driver does not check if mapping dma memory succeed. The patch adds the checks and failure handling. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/net/wireless/admtek/adm8211.c | 24