From 4860d244bf6cc1c62d90b141fbfd4bb15a5471de Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Tue, 25 Apr 2006 13:45:00 +0000 Subject: [PATCH] corrected ec_8139too driver name. --- devices/8139too.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/8139too.c b/devices/8139too.c index f062b39b..9984b48a 100644 --- a/devices/8139too.c +++ b/devices/8139too.c @@ -120,7 +120,7 @@ */ -#define DRV_NAME "8139too_ec" +#define DRV_NAME "ec_8139too" #define DRV_VERSION "0.9.27" #include <linux/config.h> -- GitLab