Commit 00489f4c14c6faa06b51a23db7fcc366b69f7b09

Kano 2013-03-03T16:04:47

ZTX bug set missing drv_id

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/driver-ztex.c b/driver-ztex.c
index 27b8c26..13b70be 100644
--- a/driver-ztex.c
+++ b/driver-ztex.c
@@ -398,6 +398,7 @@ static void ztex_disable(struct thr_info *thr)
 }
 
 struct device_drv ztex_drv = {
+	.drv_id = DRIVER_ZTEX,
 	.dname = "ztex",
 	.name = "ZTX",
 	.drv_detect = ztex_detect,