MTD config: Reduce configuration header overhead. From Ken Pettit

This commit is contained in:
Gregory Nutt
2013-11-01 12:22:55 -06:00
parent 7bbc46f721
commit 861b8bd511
4 changed files with 73 additions and 24 deletions
+1 -1
View File
@@ -2678,6 +2678,6 @@ void *usbmsc_workerthread(void *arg)
/* Transition to the TERMINATED state and exit */
priv->thstate = USBMSC_STATE_TERMINATED;
pthread_cond_signal(&priv->cond); /* See comments in usbmsc_uninitialize() */
pthread_cond_signal(&priv->cond); /* REVISIT: See comments in usbmsc_uninitialize() */
return NULL;
}