From 93ad1b48ea71b24021f4ce44fc0cb7b3fcb774b0 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Thu, 5 Mar 2009 13:52:48 +0000 Subject: [PATCH] [S3C] Removed a spurious trace Card insertion trace not needed. --- hw/s3c24xx_mmci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/s3c24xx_mmci.c b/hw/s3c24xx_mmci.c index 7ae4015ed4..923446fdc9 100644 --- a/hw/s3c24xx_mmci.c +++ b/hw/s3c24xx_mmci.c @@ -456,7 +456,7 @@ static void s3c_mmci_cardirq(void *opaque, int line, int level) { struct s3c_mmci_state_s *s = (struct s3c_mmci_state_s *) opaque; - printf("%s: level %d (control %04x)\n", __FUNCTION__, level, s->control); +// printf("%s: level %d (control %04x)\n", __FUNCTION__, level, s->control); if (!(s->control & S3C2410_SDICON_SDIOIRQ)) /* RcvIOInt */ return; -- 2.11.4.GIT