From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754054AbcGDOwq (ORCPT ); Mon, 4 Jul 2016 10:52:46 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:55503 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752307AbcGDOwp (ORCPT ); Mon, 4 Jul 2016 10:52:45 -0400 X-IronPort-AV: E=Sophos;i="5.26,575,1459807200"; d="scan'208";a="225420895" Date: Mon, 4 Jul 2016 16:52:43 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Mark Brown cc: Amitoj Kaur Chawla , nicolas.ferre@atmel.com, lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ASOC: Atmel: ClassD: Simplify use of devm_ioremap_resource In-Reply-To: <20160704141533.GG6247@sirena.org.uk> Message-ID: References: <20160704130352.GA16886@amitoj-Inspiron-3542> <20160704141533.GG6247@sirena.org.uk> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 4 Jul 2016, Mark Brown wrote: > On Mon, Jul 04, 2016 at 06:33:52PM +0530, Amitoj Kaur Chawla wrote: > > Remove unneeded error handling on the result of a call to > > platform_get_resource when the value is passed to > > devm_ioremap_resource. > > Please use subject lines matching the style for the subsystem. This > makes it easier for people to identify relevant patches. The point is that ASOC should be ASoC? Ther aren't many patches on this file, and two of the three have the same subject line as the above, but with ASoC rather than ASOC. thanks, julia