Tag: 3cad3da3ed9ece03704f7d67e038b8ae710fa312

drivers/isdn: 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