Index: uspace/lib/usbhid/src/hidiface.c
===================================================================
--- uspace/lib/usbhid/src/hidiface.c	(revision 77ad86ca9ec1edac5e39ab6e237ea58c13b85efb)
+++ uspace/lib/usbhid/src/hidiface.c	(revision e242fbaada5d843aef96bca2b157fc06cef8a9e1)
@@ -90,5 +90,5 @@
 		return EINVAL;
 	
-	if ((buf == NULL))
+	if (buf == NULL)
 		return ENOMEM;
 	
@@ -184,5 +184,5 @@
 		return EINVAL;
 	
-	if ((buf == NULL))
+	if (buf == NULL)
 		return ENOMEM;
 	
