Skip to content

Commit

Permalink
ZTX bug set missing drv_id
Browse files Browse the repository at this point in the history
  • Loading branch information
kanoi committed Mar 3, 2013
1 parent 47c6f91 commit 00489f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver-ztex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 00489f4

Please sign in to comment.