diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-18 18:50:49 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-18 18:50:49 -0800 |
| commit | 0b53ed5e7f69889622e0aedcb58975432e5f103f (patch) | |
| tree | 5d537d28ccf5edad83c278570dd870d77c2b72cf /include | |
| parent | c57d1f3a6091d362ea0242b2d17f90f9d691aae5 (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.h | 4 |
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)) |
