mfd: rtsx: Convert forgotten dev_info() statement to pcr_dbg()
It is a debugging statement so make it be issued only then. No functionality change. Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
ad48ed0c57
commit
118f652379
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ static irqreturn_t rtsx_pci_isr(int irq, void *dev_id)
|
|||
|
||||
static int rtsx_pci_acquire_irq(struct rtsx_pcr *pcr)
|
||||
{
|
||||
dev_info(&(pcr->pci->dev), "%s: pcr->msi_en = %d, pci->irq = %d\n",
|
||||
pcr_dbg(pcr, "%s: pcr->msi_en = %d, pci->irq = %d\n",
|
||||
__func__, pcr->msi_en, pcr->pci->irq);
|
||||
|
||||
if (request_irq(pcr->pci->irq, rtsx_pci_isr,
|
||||
|
|
Loading…
Reference in a new issue