summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wctdm24xxp')
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index 16e3a28..605d86c 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -4113,7 +4113,9 @@ retry:
goto retry;
} else {
- dev_notice(&wc->vb.pdev->dev, "Port %d: Not installed\n", x + 1);
+ dev_info(&wc->vb.pdev->dev,
+ "Port %d: Not installed\n",
+ x + 1);
wc->modtype[x] = MOD_TYPE_NONE;
}
}