diff options
Diffstat (limited to 'arch/um/drivers/pcap_kern.c')
-rw-r--r-- | arch/um/drivers/pcap_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/pcap_kern.c b/arch/um/drivers/pcap_kern.c index 8b27eae357ef..c329931673d6 100644 --- a/arch/um/drivers/pcap_kern.c +++ b/arch/um/drivers/pcap_kern.c | |||
@@ -70,7 +70,7 @@ int pcap_setup(char *str, char **mac_out, void *data) | |||
70 | .filter = NULL }); | 70 | .filter = NULL }); |
71 | 71 | ||
72 | remain = split_if_spec(str, &host_if, &init->filter, | 72 | remain = split_if_spec(str, &host_if, &init->filter, |
73 | &options[0], &options[1], NULL); | 73 | &options[0], &options[1], mac_out, NULL); |
74 | if(remain != NULL){ | 74 | if(remain != NULL){ |
75 | printk(KERN_ERR "pcap_setup - Extra garbage on " | 75 | printk(KERN_ERR "pcap_setup - Extra garbage on " |
76 | "specification : '%s'\n", remain); | 76 | "specification : '%s'\n", remain); |