From: Kulikov Vasiliy Date: Mon, 28 Jun 2010 11:55:24 +0000 (+0400) Subject: Staging: otus: use ARRAY_SIZE X-Git-Tag: v2.6.36-rc1~520^2~1^2~259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f53a7e3abc47774abd109a361da48f85d36c9672;p=pandora-kernel.git Staging: otus: use ARRAY_SIZE Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy Acked-by: Simon Horman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed