db: fixup_kernel.sh: (struct mISDNchannel)->send information is bogus
commit3a5e426f7e16a1569a0f58750a12def83ba2a3e9
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 3 Apr 2013 05:59:45 +0000 (3 08:59 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 3 Apr 2013 05:59:45 +0000 (3 08:59 +0300)
treebc3330bb75da3ba3a025754cf929e08bcd89e8a0
parent82a93c484fe4b324fffbc17efdd14b6f603abe58
db: fixup_kernel.sh: (struct mISDNchannel)->send information is bogus

The problem here is that it calls itself recursively so if bad information
gets into it, then it never comes out.  Really no one cares about this
function pointer.  Just discard everything except the records of where it
was called.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/fixup_kernel.sh