From: Dan Carpenter Date: Wed, 29 May 2013 06:57:36 +0000 (+0300) Subject: Staging: rtl8192e: printing the wrong array X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~406 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e71d6b91d970900747cd64bbd9bbbe0e9489f8;p=pandora-kernel.git Staging: rtl8192e: printing the wrong array Smatch complained that there is an array overflow here. It looks like we are supposed to be printing the ->rates_ex[] array which is slightly larger than the ->rates[] array. This is a cut and paste error. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed