commit | 9c3bd6833a4df1abd9ecd3b51492b8949bf9cd11 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Tue Aug 15 00:05:38 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 14:54:45 2006 -0700 |
tree | 6835d90852cd40289ad970b979b694ed55203e60 | |
parent | 9a673e563e543a5c8a6f9824562e55e807b8a56c [diff] |
[IRDA]: Replace hard-coded dev_self[] array sizes with ARRAY_SIZE() Several IR drivers used "for (i = 0; i < 4; i++)" to walk their dev_self[] table. Better to use ARRAY_SIZE(). And fix ali-ircc so it won't run off the end if we find too many adapters. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>