From 89e636c4b81463b902bd7768ab1f7f3cfb525bb1 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 9 Sep 2018 17:35:55 +0200 Subject: cec: Replace unneeded decode_opcode(). --- decoders/cec/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/cec/pd.py') diff --git a/decoders/cec/pd.py b/decoders/cec/pd.py index a742f81..4028b7e 100644 --- a/decoders/cec/pd.py +++ b/decoders/cec/pd.py @@ -136,7 +136,7 @@ class Decoder(srd.Decoder): (src, dst) = decode_header(self.cmd_bytes[i]['val']) str = 'HDR: ' + src + ', ' + dst elif i == 1: # Parse opcode - str += ' | OPC: ' + decode_opcode(self.cmd_bytes[i]['val']) + str += ' | OPC: ' + opcodes.get(self.cmd_bytes[i]['val'], 'Invalid') else: # Parse operands if operands == 0: str += ' | OPS: ' -- cgit v1.2.3-70-g09d2