Commit 01c2c234 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: meilhaus: fix build warnings

This fixes some build warnings in the meilhaus driver.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 152cc397
......@@ -520,7 +520,7 @@ static int __devinit me_probe_pci(struct pci_dev *dev,
if ((constructor =
(me_pci_constructor_t) symbol_get(constructor_name)) == NULL) {
if (request_module(module_name)) {
if (request_module("%s", module_name)) {
PERROR("Error while request for module %s.\n",
module_name);
return -ENODEV;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment