Index: uspace/lib/usbhid/src/hidiface.c
===================================================================
--- uspace/lib/usbhid/src/hidiface.c	(revision 80136376d214f46fb63a3d7a552c74395a0128b1)
+++ uspace/lib/usbhid/src/hidiface.c	(revision e6edc8d17d7ec6c47f6e3ccf7815a21923cb0ec4)
@@ -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;
 	
