Hi,
This kernel module, firewire-lib, adds 'amdtp_packet' tracepoints events to Linux system. After heavy code refactoring for v5.3, some event parameters include invalid values. This patchset is to fix them, and the last part of my refactoring work in this development period.
Takashi Sakamoto (7): ALSA: firewire-lib: fix invalid length of tx packet payload for tracepoint events ALSA: firewire-lib/ficeface: fix initial value of data block counter for IR context with CIP_NO_HEADER ALSA: firewire-lib: fix initial value of data block count for IR context without CIP_DBC_IS_END_EVENT ALSA: firewire-lib: fix different data block counter between probed event and transferred isochronous packet ALSA: firewire-lib: code refactoring for error path of parser for CIP header ALSA: firewire-lib: code refactoring for post operation to data block counter ALSA: firewire-lib: code refactoring for local variables
sound/firewire/amdtp-stream.c | 59 ++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 28 deletions(-)