summaryrefslogtreecommitdiff
path: root/drivers/dahdi
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-12-12 14:32:10 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-12-12 14:32:10 +0000
commit28b94bf39cca5edbee6c94916896fb8fe048938b (patch)
tree6df580f6713c24b141e55688b9fc3cf266525f42 /drivers/dahdi
parentdcebc3f765f6910ffb458e78748954893487ceef (diff)
use a format string for request_module, so the compiler will do the right thing
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5523 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi')
-rw-r--r--drivers/dahdi/dahdi-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index 804f195..e54e35e 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -1146,7 +1146,7 @@ retry:
*c = tolower(*d);
}
- request_module(modname_buf);
+ request_module("%s", modname_buf);
tried_once = 1;