aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/irda')
-rw-r--r--drivers/net/irda/actisys-sir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/actisys-sir.c b/drivers/net/irda/actisys-sir.c
index 9715ab5572e9..ccf6ec548a64 100644
--- a/drivers/net/irda/actisys-sir.c
+++ b/drivers/net/irda/actisys-sir.c
@@ -67,7 +67,7 @@ static int actisys_reset(struct sir_dev *);
67/* Note : the 220L doesn't support 38400, but we will fix that below */ 67/* Note : the 220L doesn't support 38400, but we will fix that below */
68static unsigned baud_rates[] = { 9600, 19200, 57600, 115200, 38400 }; 68static unsigned baud_rates[] = { 9600, 19200, 57600, 115200, 38400 };
69 69
70#define MAX_SPEEDS (sizeof(baud_rates)/sizeof(baud_rates[0])) 70#define MAX_SPEEDS ARRAY_SIZE(baud_rates)
71 71
72static struct dongle_driver act220l = { 72static struct dongle_driver act220l = {
73 .owner = THIS_MODULE, 73 .owner = THIS_MODULE,