From: Hante Meuleman Date: Thu, 30 Aug 2012 08:05:35 +0000 (+0200) Subject: brcmfmac: dont use ZERO flag for usb IN X-Git-Tag: v3.6-rc6~18^2~22^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=474ab7cea4001f07ec8599a680fd19d8761fa7d8;p=pandora-kernel.git brcmfmac: dont use ZERO flag for usb IN URB_ZERO_PACKET should only be set or bulk OUT and this condition is checked with a WARN_ON in usb_submit_urb(). This patch fixes brcmfmac to get rid of this warning filling the logs. Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed