From: Dan Carpenter Date: Thu, 25 Oct 2012 12:30:06 +0000 (+0300) Subject: staging: r8712u: cleanup pointer type in r8712_setassocsta_cmd() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~917 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9d1f6dd2601aee860304ffc1023a7d5709f314;p=pandora-kernel.git staging: r8712u: cleanup pointer type in r8712_setassocsta_cmd() This seems like a cut and paste bug. Smatch complains that we don't allocate enough memory for a set_stakey_rsp struct. In fact this is used as a set_assocsta_rsp struct throughout and that also matches the name of the function. Signed-off-by: Dan Carpenter Acked-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed