From: Larry Finger Date: Fri, 20 Apr 2012 19:45:37 +0000 (-0500) Subject: staging: r8192e_pci: Change memcpy to memcmp X-Git-Tag: v3.5-rc1~145^2~229^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9f10f2fd207bb70a730ee3b356f75bc00ff41d;p=pandora-kernel.git staging: r8192e_pci: Change memcpy to memcmp Routine rtllib_MlmeDisassociateRequest() has a comparison of memcpy() with NULL, which makes no sense. Analysis of the code suggests that memcmp() was intended. Reported-by: Dan Carpenter Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed