Message ID | 1232202900.2951.26.camel@morgan.walls.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
diff -r 262c623d8a28 linux/drivers/media/video/cx18/cx18-driver.c --- a/linux/drivers/media/video/cx18/cx18-driver.c Sat Jan 17 08:59:31 2009 -0500 +++ b/linux/drivers/media/video/cx18/cx18-driver.c Sat Jan 17 09:30:28 2009 -0500 @@ -733,7 +733,7 @@ { if ((hw & id) == 0) return hw; - if (request_module(name) != 0) { + if (request_module("%s", name) != 0) { CX18_ERR("Failed to load module %s\n", name); return hw & ~id; }