From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Tue, 16 Oct 2012 14:12:24 +0900 Subject: [PATCH 1/2] ASoC: atmel-ssc: use devm_xxx() managed function In-Reply-To: <1350359819-2461-1-git-send-email-voice.shen@atmel.com> References: <1350359819-2461-1-git-send-email-voice.shen@atmel.com> Message-ID: <20121016051221.GA8670@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 16, 2012 at 11:56:58AM +0800, Bo Shen wrote: > Using the devm_xxx() managed function to stripdown the error > and remove code. Applied both, thanks.