From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753513AbbDALyX (ORCPT ); Wed, 1 Apr 2015 07:54:23 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:39916 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751711AbbDALyW (ORCPT ); Wed, 1 Apr 2015 07:54:22 -0400 Date: Wed, 1 Apr 2015 12:54:16 +0100 From: Charles Keepax To: Joe Perches Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Takashi Iwai , patches@opensource.wolfsonmicro.com, Liam Girdwood , Jaroslav Kysela , Mark Brown Subject: Re: [PATCH 25/25] sound: wm5100-tables: Use bool function return values of true/false not 1/0 Message-ID: <20150401115416.GC5442@opensource.wolfsonmicro.com> References: <9340bd2566359c81dd562496b08408f167e9f7d3.1427759010.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9340bd2566359c81dd562496b08408f167e9f7d3.1427759010.git.joe@perches.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 30, 2015 at 04:46:23PM -0700, Joe Perches wrote: > Use the normal return values for bool functions > > Signed-off-by: Joe Perches > --- Commit message is a little unusual, I would have expected something more like "ASoC: wm5100: ....", but patch looks fine: Acked-by: Charles Keepax Thanks, Charles