projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Staging: sxg: fix build warnings in sxg_ethtool
[linux-2.6]
/
drivers
/
scsi
/
aha152x.c
diff --git
a/drivers/scsi/aha152x.c
b/drivers/scsi/aha152x.c
index
b5a868d
..
1e5478a
100644
(file)
--- a/
drivers/scsi/aha152x.c
+++ b/
drivers/scsi/aha152x.c
@@
-337,7
+337,7
@@
CMD_INC_RESID(struct scsi_cmnd *cmd, int inc)
#else
#define IRQ_MIN 9
#if defined(__PPC)
-#define IRQ_MAX (
NR_IRQS
-1)
+#define IRQ_MAX (
nr_irqs
-1)
#else
#define IRQ_MAX 12
#endif