K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-05-16T20:00:09.495031Z K 7 svn:log V 258 libefi: Tag an unreachable switch default. Coverity reports an uninitialized "len" 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: 1347796 END