From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752147AbaJOKIw (ORCPT ); Wed, 15 Oct 2014 06:08:52 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47591 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752044AbaJOKFY (ORCPT ); Wed, 15 Oct 2014 06:05:24 -0400 Date: Wed, 15 Oct 2014 12:05:22 +0200 Message-ID: From: Takashi Iwai To: Sudip Mukherjee Cc: Jaroslav Kysela , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Joe Perches , Raymond Yau Subject: Re: [PATCH v3 1/2] ALSA: au88x0: added reference of vortex_t In-Reply-To: <1413180439-4491-1-git-send-email-sudipm.mukherjee@gmail.com> References: <1413180439-4491-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Mon, 13 Oct 2014 11:37:18 +0530, Sudip Mukherjee wrote: > > added a pointer of the vortex in the following functions : > > vortex_alsafmt_aspfmt > vortex_Vort3D_InitializeSource > a3dsrc_ZeroStateA3D > > so that we can have a reference of the vortex in the function. > this reference of the vortex will actually be used in a later patch > to convert the pr_* macro to dev_*. > > Signed-off-by: Sudip Mukherjee Thanks, applied now both patches to topic/cleanup branch. Since the merge window for 3.18 was already opened, these aren't going to be there, but postponed to 3.19 merge. Once when 3.18-rc1 is released, this branch will be merged to linux-next. Takashi