summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorBorislav Petkov2017-02-02 21:59:35 +0100
committerLee Jones2017-04-27 10:25:03 +0200
commit118f6523793d99b3634455e9721836ea5e0592b9 (patch)
treeeea2cb5c8bd7ac7be8d329ce233f1245a8d9e90a /drivers/mfd
parentmfd: twl4030-power: Fix pmic for boards that need vmmc1 on reboot (diff)
downloadkernel-qcow2-linux-118f6523793d99b3634455e9721836ea5e0592b9.tar.gz
kernel-qcow2-linux-118f6523793d99b3634455e9721836ea5e0592b9.tar.xz
kernel-qcow2-linux-118f6523793d99b3634455e9721836ea5e0592b9.zip
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/rtsx_pcr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/rtsx_pcr.c b/drivers/mfd/rtsx_pcr.c
index 98029ee0959e..850590aac008 100644
--- a/drivers/mfd/rtsx_pcr.c
+++ b/drivers/mfd/rtsx_pcr.c
@@ -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,