Tag: 5b36f1deefa63ef71cd3c3933781318ac61c5469

hvc_console: Drop unnecessary NULL test

Author: Julia Lawall <julia@diku.dk> The result of container_of should not be NULL. In particular, in this case the argument to the enclosing function has passed though INIT_WORK, which dereferences it, implying that its container cannot be NULL. A simplified version of the semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // @@ identifier …

Continue reading