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