Browse Source

Merge commit 'fed39b0' into littlefury

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

+ 1 - 1
driver-bitfury.c

@@ -272,7 +272,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,