commit | c9bbb75f1dffef0e6ac47abf32cdb668d5e1a867 | [log] [tgz] |
---|---|---|
author | Oliver Hartkopp <socketcan@hartkopp.net> | Mon Mar 18 07:52:06 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 19 09:44:34 2013 -0400 |
tree | af45c06addaf6b16f748cdcc6b095f52b23cce73 | |
parent | 1bc277f79260ae6f0888b1234942b6aedfff1289 [diff] |
can: dump stack on protocol bugs The rework of the kernel hlist implementation "hlist: drop the node parameter from iterators" (b67bfe0d42cac56c512dd5da4b1b347a23f4b70a) created some fallout in the form of non matching comments and obsolete code. Additionally to the cleanup this patch adds a WARN() statement to catch the caller of the wrong filter removal request. Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net> Signed-off-by: David S. Miller <davem@davemloft.net>