Re: [PATCH v2] dmaengine: dmatest: timeout value of -1 should specify infinite wait

2019-06-24 Thread Vinod Koul
On 18-06-19, 22:03, Hook, Gary wrote: > The dmatest module parameter 'timeout' is documented as accepting a > -1 to mean "infinite timeout". Howver, an infinite timeout is not typo Howver > advised, nor possible since the module parameter is an unsigned int, > which won't accept a negative value.

[PATCH v2] dmaengine: dmatest: timeout value of -1 should specify infinite wait

2019-06-18 Thread Hook, Gary
The dmatest module parameter 'timeout' is documented as accepting a -1 to mean "infinite timeout". Howver, an infinite timeout is not advised, nor possible since the module parameter is an unsigned int, which won't accept a negative value. Change the parameter comment to reflect current behavior, w