commit | 8cc1da96d1c92aad27b7dfd689b3cdcc6a2bcc18 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Thu Oct 11 14:03:32 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 11 12:06:06 2018 -0700 |
tree | 94d40876671a450d84edc8e8e977c56ee0bfcada | |
parent | 9dffa76c21268f6188b04b966089b5110a7447ef [diff] |
net: cdc_ncm: use tasklet_init() for tasklet_struct init The tasklet initialisation would be better done by tasklet_init() instead of assuming all the fields are in an ok state by default. This does not fix any actual know bug. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>