Skip to content

Commit

Permalink
Removing extra debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nelisky committed May 4, 2012
1 parent 0eda541 commit ec336cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions driver-ztex.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ static void ztex_selectFpga(struct libztex_device* ztex)
if (ztex->root->numberOfFpgas > 1) {
if (ztex->root->selectedFpga != ztex->fpgaNum)
mutex_lock(&ztex->root->mutex);
applog(LOG_DEBUG, "%s:%d: locked", ztex->repr, ztex->fpgaNum);
libztex_selectFpga(ztex);
}
}
Expand All @@ -51,7 +50,6 @@ static void ztex_releaseFpga(struct libztex_device* ztex)
if (ztex->root->numberOfFpgas > 1) {
ztex->root->selectedFpga = -1;
mutex_unlock(&ztex->root->mutex);
applog(LOG_DEBUG, "%s:%d: unlocked", ztex->repr, ztex->fpgaNum);
}
}

Expand Down

0 comments on commit ec336cd

Please sign in to comment.