Re: [PATCH v3 09/24] wfx: add hwio.c/hwio.h
From: Johan Hovold
Date: Mon Jan 04 2021 - 09:49:08 EST
On Mon, Jan 04, 2021 at 03:34:10PM +0300, Dan Carpenter wrote:
> There is a Smatch warning for this, but I hadn't looked at the results
> in a while. :/ I'm not sure how many are valid. Some kind of
> annotation would be nice.
> drivers/usb/class/usblp.c:593 usblp_ioctl() error: doing dma on the stack (&newChannel)
> drivers/usb/serial/iuu_phoenix.c:542 iuu_uart_flush() error: doing dma on the stack (&rxcmd)
I only looked at these two but they are are indeed valid, and I've now
fixed them up.
Johan