Browse Source

Titan: Lower log level when reconfiguring dies.
This gets rid of annoying "KnC 2-0: No KnC chip found",
when the die is actually OFF

Vitalii Demianets 11 years ago
parent
commit
cad1b478c5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      driver-titan.c
  2. 1 1
      knc-asic

+ 1 - 1
driver-titan.c

@@ -463,7 +463,7 @@ static bool die_test_and_add(struct knc_titan_info * const knc, int asic, int di
 
 	die_info.cores = KNC_TITAN_CORES_PER_DIE; /* core hint */
 	die_info.version = KNC_VERSION_TITAN;
-	if (!knc_titan_get_info(LOG_NOTICE, knc->ctx, asic, die, &die_info))
+	if (!knc_titan_get_info(LOG_INFO, knc->ctx, asic, die, &die_info))
 		die_info.cores = -1;
 	if (0 < die_info.cores) {
 		die_p->add_request = 0;

+ 1 - 1
knc-asic

@@ -1 +1 @@
-Subproject commit 9a7ccd77d528aa328f337059b9f02e7b22960f32
+Subproject commit 6b7d884a1d20753d42783dd773920382e7e0de67