diff options
Diffstat (limited to 'drivers/char/moxa.c')
-rw-r--r-- | drivers/char/moxa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/moxa.c b/drivers/char/moxa.c index 79e490ef2cf2..46a3a8ccd65f 100644 --- a/drivers/char/moxa.c +++ b/drivers/char/moxa.c | |||
@@ -448,7 +448,7 @@ static int __init moxa_init(void) | |||
448 | #ifdef CONFIG_PCI | 448 | #ifdef CONFIG_PCI |
449 | { | 449 | { |
450 | struct pci_dev *p = NULL; | 450 | struct pci_dev *p = NULL; |
451 | int n = (sizeof(moxa_pcibrds) / sizeof(moxa_pcibrds[0])) - 1; | 451 | int n = ARRAY_SIZE(moxa_pcibrds) - 1; |
452 | i = 0; | 452 | i = 0; |
453 | while (i < n) { | 453 | while (i < n) { |
454 | while ((p = pci_get_device(moxa_pcibrds[i].vendor, moxa_pcibrds[i].device, p))!=NULL) | 454 | while ((p = pci_get_device(moxa_pcibrds[i].vendor, moxa_pcibrds[i].device, p))!=NULL) |