mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
Staging: meilhaus: fix build warnings
This fixes some build warnings in the meilhaus driver. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
152cc39753
commit
01c2c2348f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue