mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-19 13:14:21 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user