dev/ow: Tag an unreachable switch default.
commit94feec382bad816327a8f325a073293f3f3d3a01
authorpfg <pfg@FreeBSD.org>
Mon, 16 May 2016 20:04:38 +0000 (16 20:04 +0000)
committerpfg <pfg@FreeBSD.org>
Mon, 16 May 2016 20:04:38 +0000 (16 20:04 +0000)
tree7030daebfd3f5249439043efb75cf750257539f2
parentae544e712038a6710fecffe78e17fad016cdce70
dev/ow: Tag an unreachable switch default.

Coverity reports an uninitialized "dir" in case the switch defaults
without hitting any case. Respect the original intent and quell the
false positive with the relatively new __unreachable() builtin.

CID: 1331566
sys/dev/ow/ow.c