From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/4] ALSA: firewire-lib: code cleanup Date: Sun, 24 May 2015 08:35:26 +0200 Message-ID: References: <1432304474-6533-1-git-send-email-o-takashi@sakamocchi.jp> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id BB567260629 for ; Sun, 24 May 2015 08:35:27 +0200 (CEST) In-Reply-To: <1432304474-6533-1-git-send-email-o-takashi@sakamocchi.jp> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Sakamoto Cc: alsa-devel@alsa-project.org, clemens@ladisch.de List-Id: alsa-devel@alsa-project.org At Fri, 22 May 2015 23:21:10 +0900, Takashi Sakamoto wrote: > > Current implementation includes several macros and functions with improper > name, hard-coded numerical value and so on. > > This patchset is for code cleanup. > > Takashi Sakamoto (4): > ALSA: firewire-lib: rename local functions for code cleanup > ALSA: firewire-lib: macro arrangement for code cleanup > ALSA: firewire-lib: use dev_err() when detecting incoming streaming > error > ALSA: firewire-lib: use protocol error when detecting wrong value in > CIP header Applied all four patches. Thanks. Takashi > > sound/firewire/amdtp.c | 104 ++++++++++++++++++++++++++----------------------- > 1 file changed, 55 insertions(+), 49 deletions(-) > > -- > 2.1.4 >