kernel: Fix -Wmaybe-unitialized
authorJohn Marino <draco@marino.st>
Wed, 11 Feb 2015 01:51:05 +0000 (02:51 +0100)
committerJohn Marino <draco@marino.st>
Wed, 11 Feb 2015 01:56:52 +0000 (02:56 +0100)
commit263191ebee3297268768317a068d408803bf0305
treedbbd49566a6276ca9dd8fc066add36a87f7d5bdb
parenteecf6c3c3b6f7127edd8b8f8c2a83e2f882ed0da
kernel: Fix -Wmaybe-unitialized

Likely there was never a bug here, so explicitly initializing won't
make a difference other than make gcc 5.0 happy.
sys/dev/raid/twe/twe.c
sys/net/pf/pf.c