From: Kulikov Vasiliy Date: Mon, 28 Jun 2010 11:55:46 +0000 (+0400) Subject: USB: xhci: trivial: use ARRAY_SIZE X-Git-Tag: v2.6.36-rc1~293^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e10fa4787f1fb9c8738dff955c272f30b7b63134;p=pandora-kernel.git USB: xhci: trivial: use ARRAY_SIZE Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy Cc: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed