From: Wei Yongjun Date: Fri, 22 Mar 2013 15:11:00 +0000 (-0600) Subject: cciss: fix invalid use of sizeof in cciss_find_cfgtables() X-Git-Tag: v3.9-rc5~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b805d89510737ea80c1469f854a16480d19778;p=pandora-kernel.git cciss: fix invalid use of sizeof in cciss_find_cfgtables() sizeof() when applied to a pointer typed expression gives the size of the pointer, not that of the pointed data. Signed-off-by: Wei Yongjun Acked-by: scameron@beardog.cce.hp.com Signed-off-by: Jens Axboe --- Reading git-diff-tree failed