Skip to content
Commit ecea5730 authored by Andi Drebes's avatar Andi Drebes Committed by Bartlomiej Zolnierkiewicz
Browse files

drivers/ide/legacy/hd.c: Array size calculation using sizeof replaced with ARRAY_SIZE



This patch replaces an array size calculation in drivers/ide/legacy/hd.c
that was done using sizeof with the ARRAY_SIZE macro.

Tested by compilation on an i386 box using "allyesconfig".
Diffed against Linus' git-tree.

Signed-off-by: default avatarAndi Drebes <lists-receive@programmierforen.de>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent f50f9d88
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment