All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH][for v2008.10] 85xx: Fix compile warning
@ 2008-10-15 15:19 Kumar Gala
  2008-10-16 23:19 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Kumar Gala @ 2008-10-15 15:19 UTC (permalink / raw
  To: u-boot

mpc8536ds.c: In function 'is_sata_supported':
mpc8536ds.c:614: warning: unused variable 'devdisr'

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 board/freescale/mpc8536ds/mpc8536ds.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/board/freescale/mpc8536ds/mpc8536ds.c b/board/freescale/mpc8536ds/mpc8536ds.c
index 3066b24..2648942 100644
--- a/board/freescale/mpc8536ds/mpc8536ds.c
+++ b/board/freescale/mpc8536ds/mpc8536ds.c
@@ -611,7 +611,6 @@ get_board_ddr_clk(ulong dummy)
 int is_sata_supported(void)
 {
 	volatile ccsr_gur_t *gur = (void *)(CFG_MPC85xx_GUTS_ADDR);
-	uint devdisr = gur->devdisr;
 	uint sdrs2_io_sel =
 		(gur->pordevsr & MPC85xx_PORDEVSR_SRDS2_IO_SEL) >> 27;
 	if (sdrs2_io_sel & 0x04)
-- 
1.5.5.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH][for v2008.10] 85xx: Fix compile warning
  2008-10-15 15:19 [U-Boot] [PATCH][for v2008.10] 85xx: Fix compile warning Kumar Gala
@ 2008-10-16 23:19 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-10-16 23:19 UTC (permalink / raw
  To: u-boot

Dear Kumar Gala,

In message <1224083981-10947-1-git-send-email-galak@kernel.crashing.org> you wrote:
> mpc8536ds.c: In function 'is_sata_supported':
> mpc8536ds.c:614: warning: unused variable 'devdisr'
> 
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
>  board/freescale/mpc8536ds/mpc8536ds.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Neckties strangle clear thinking.                       -- Lin Yutang

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-16 23:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-15 15:19 [U-Boot] [PATCH][for v2008.10] 85xx: Fix compile warning Kumar Gala
2008-10-16 23:19 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.