pata_fsl: make the dma rchan/wchan message in the kernel INFO so it doesn't get printed when we want to be quiet

This commit is contained in:
Matt Sealey
2010-10-28 02:41:27 -05:00
parent 6e079ede18
commit e6abfd65bb

View File

@@ -659,7 +659,7 @@ static void pata_fsl_dma_init(struct ata_port *ap)
goto err_out;
}
dev_printk(KERN_ERR, ap->dev, "rchan=%d wchan=%d\n", priv->dma_rchan,
dev_printk(KERN_INFO, ap->dev, "rchan=%d wchan=%d\n", priv->dma_rchan,
priv->dma_wchan);
return;