Browse Source

Bugfix: klondike: Correct case of dname

Luke Dashjr 11 years ago
parent
commit
4229155057
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-klondike.c

+ 1 - 1
driver-klondike.c

@@ -1634,7 +1634,7 @@ static struct api_data *klondike_api_stats(struct cgpu_info *klncgpu)
 }
 }
 
 
 struct device_drv klondike_drv = {
 struct device_drv klondike_drv = {
-	.dname = "Klondike",
+	.dname = "klondike",
 	.name = "KLN",
 	.name = "KLN",
 	.drv_detect = klondike_detect,
 	.drv_detect = klondike_detect,
 	.get_api_stats = klondike_api_stats,
 	.get_api_stats = klondike_api_stats,