summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-01-18 18:50:49 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-18 18:50:49 -0800
commit0b53ed5e7f69889622e0aedcb58975432e5f103f (patch)
tree5d537d28ccf5edad83c278570dd870d77c2b72cf /include
parentc57d1f3a6091d362ea0242b2d17f90f9d691aae5 (diff)
[PATCH] sn: Fix IIO_ITTE_DISABLE() args
From: Pat Gefre <pfg@sgi.com> Fix IIO_ITTE_DISABLE() args
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/sn/io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ia64/sn/io.h b/include/asm-ia64/sn/io.h
index 2aee7cf8cbc5..60cd75a2db33 100644
--- a/include/asm-ia64/sn/io.h
+++ b/include/asm-ia64/sn/io.h
@@ -41,8 +41,8 @@
(((widget) & IIO_ITTE_WIDGET_MASK) << IIO_ITTE_WIDGET_SHIFT)))
#define IIO_ITTE_DISABLE(nasid, bigwin) \
- IIO_ITTE_PUT((nasid), HUB_PIO_MAP_TO_MEM, \
- (bigwin), IIO_ITTE_INVALID_WIDGET, 0)
+ IIO_ITTE_PUT((nasid), (bigwin), HUB_PIO_MAP_TO_MEM, \
+ IIO_ITTE_INVALID_WIDGET, 0)
#define IIO_ITTE_GET(nasid, bigwin) REMOTE_HUB_ADDR((nasid), IIO_ITTE(bigwin))