Tag: 18526c7896fca5229c8d7b4b415605a17f9952d0

Staging: rtl8192e: 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