Fix type in the USB composite device driver

This commit is contained in:
Gregory Nutt
2013-07-04 07:47:32 -06:00
parent bb69466c8b
commit 37ed44a1ee
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -891,7 +891,7 @@ void composite_uninitialize(FAR void *handle)
if (priv->dev2)
{
DEV1_UNINITIALIZE(priv->dev2);
DEV2_UNINITIALIZE(priv->dev2);
priv->dev2 = NULL;
}