summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c2
-rw-r--r--drivers/dahdi/wcte12xp/vpmadt032.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index 7c3d8e7..d915c54 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -3500,7 +3500,7 @@ static enum vpmadt032_init_result wctdm_vpm150m_init(struct wctdm *wc)
while (test_bit(VPM150M_HPIRESET, &vpm150m->control))
schluffen(&wc->regq);
- printk(KERN_INFO "VPMADT032 Loading firwmare... ");
+ printk(KERN_INFO "VPMADT032 Loading firmware... ");
downloadstatus = gpakDownloadDsp(vpm150m->dspid, &fw);
if (firmware != &embedded_firmware)
diff --git a/drivers/dahdi/wcte12xp/vpmadt032.c b/drivers/dahdi/wcte12xp/vpmadt032.c
index e8df9e6..9040505 100644
--- a/drivers/dahdi/wcte12xp/vpmadt032.c
+++ b/drivers/dahdi/wcte12xp/vpmadt032.c
@@ -863,7 +863,7 @@ void t1_vpm150m_init(struct t1 *wc) {
while (test_bit(VPM150M_HPIRESET, &vpm150m->control))
schluffen(&wc->regq);
- module_printk("VPMADT032 Loading firwmare... ");
+ module_printk("VPMADT032 Loading firmware... ");
downloadstatus = gpakDownloadDsp(vpm150m->dspid, &fw);
if (firmware != &embedded_firmware)