[PATCH v3 1/2] dmaengine: add interface of dma_get_slave_channel
From: Dan Carpenter <hidden>
Date: 2013-09-03 20:39:05
From: Dan Carpenter <hidden>
Date: 2013-09-03 20:39:05
On Tue, Aug 27, 2013 at 10:04:48AM +0800, zhangfei wrote:
On 13-08-20 04:13 PM, Dan Carpenter wrote:quoted
On Tue, Aug 20, 2013 at 03:58:41PM +0800, zhangfei gao wrote:quoted
BTW, it is strange I do not see such compile warning here :(This was a Smatch static checker warning, not a regular build warning. regards, dan carpenterDear Dan Thanks for introducing this valuable tool. Have download from git://repo.or.cz/smatch.git When trying use this tool, could get some warning, make CHECK="~/bin/smatch -p=kernel --no-data" C=1 | tee warns.txt Also some strange warning, like "SQL error #2: no such table: caller_info", is it ignored?
Oops. I'll fix that. The problem is that I don't normally test with --no-data. Sorry about that.
Besides, when test this case for check smatch setting. Still not reproduce the issue, should be not config correct?
This warning requires that the cross function database be set up. regards, dan carpenter