From: Gerhard Sittig Date: Wed, 1 Aug 2018 16:35:57 +0000 (+0200) Subject: mdio: accept MDIO READ without previous ADDRESS command X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=389d21d222a503b9f5f43404ced4b10813008b3a;hp=389d21d222a503b9f5f43404ced4b10813008b3a mdio: accept MDIO READ without previous ADDRESS command Fix a Python string formatting issue, where the format string disagreed with the argument list. A READ command could unexpectedly terminate the decoder instance when there was no previous ADDRESS command. This fixes bug #1258. ---