From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [PATCH v3 4/4] mmc: dw-mmc: remove complier warning Date: Tue, 20 Nov 2012 09:06:01 +0000 Message-ID: <50AB47F9.5050501@imgtec.com> References: <509B6ED5.6070101@samsung.com> <50AA24B1.8050303@imgtec.com> <50AA2BD0.90200@imgtec.com> <50AADF8A.2080804@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from multi.imgtec.com ([194.200.65.239]:51642 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752080Ab2KTJGF (ORCPT ); Tue, 20 Nov 2012 04:06:05 -0500 In-Reply-To: <50AADF8A.2080804@samsung.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Jaehoon Chung Cc: Chris Ball , linux-mmc , Kyungmin Park , Will Newton , Seungwon Jeon On 20/11/12 01:40, Jaehoon Chung wrote: > Hi James, > > This patch has already merged with Arnd's patch. > He also sent the same patch. Ah yes :-) Thanks James > > Best Regards, > Jaehoon Chung > > On 11/19/2012 09:53 PM, James Hogan wrote: >> On 19/11/12 12:23, James Hogan wrote: >>> On 08/11/12 08:35, Jaehoon Chung wrote: >>>> drivers/mmc/host/dw_mmc.c: In function 'dw_mci_prepare_command': >>>> drivers/mmc/host/dw_mmc.c:256:37: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] >>>> drivers/mmc/host/dw_mmc.c: In function 'dw_mci_set_ios': >>>> drivers/mmc/host/dw_mmc.c:805:37: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] >>>> drivers/mmc/host/dw_mmc.c: In function 'dw_mci_init_slot': >>>> drivers/mmc/host/dw_mmc.c:1849:37: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] >>>> drivers/mmc/host/dw_mmc.c: In function 'dw_mci_parse_dt': >>>> drivers/mmc/host/dw_mmc.c:2049:37: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] >>>> drivers/mmc/host/dw_mmc.c: In function 'dw_mci_probe': >>>> drivers/mmc/host/dw_mmc.c:2095:37: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] >>>> >>>> Signed-off-by: Jaehoon Chung >>> >>> Acked-by: James Hogan >> >> Chris: Is it okay to get this patch into v3.7? >> >> Thanks >> James >> >> >