Browse Source

Bugfix: bitfury: Fix driver "name" to be correct length

Luke Dashjr 12 years ago
parent
commit
fed39b04cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitfury.c

+ 1 - 1
driver-bitfury.c

@@ -121,7 +121,7 @@ static void bitfury_shutdown(struct thr_info *thr)
 
 struct device_drv bitfury_drv = {
 	.dname = "bitfury",
-	.name = "BITFURY",
+	.name = "BFY",
 	.drv_detect = bitfury_detect,
 	.thread_prepare = bitfury_prepare,
 	.scanwork = bitfury_scanHash,