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: Mon, 19 Nov 2012 12:23:13 +0000 Message-ID: <50AA24B1.8050303@imgtec.com> References: <509B6ED5.6070101@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]:56756 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752241Ab2KSMYZ (ORCPT ); Mon, 19 Nov 2012 07:24:25 -0500 In-Reply-To: <509B6ED5.6070101@samsung.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Jaehoon Chung Cc: linux-mmc , Chris Ball , Kyungmin Park , Will Newton , Seungwon Jeon 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 Thanks James