]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] fusion: use ARRAY_SIZE
authorJulia Lawall <julia@diku.dk>
Sun, 9 Nov 2008 16:55:27 +0000 (17:55 +0100)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 29 Dec 2008 17:24:17 +0000 (11:24 -0600)
commitdd7c34e9a27be521d480e5b84c84e92de2ea7b95
tree8351cf4e7542f44bbb848521d74628ac4ad1922b
parentef661c5e8f2b6846f6d2dab98b5bffdefbfce477
[SCSI] fusion: use ARRAY_SIZE

ARRAY_SIZE is more concise to use when the size of an array is divided by
the size of its type or the size of its first element.

Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: "Prakash, Sathya" <Sathya.Prakash@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/message/fusion/mptbase.c