summaryrefslogtreecommitdiff
path: root/xhfc/xhfc_leb.h
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2010-10-07 15:12:53 +0200
committerGuillaume Knispel <gknispel@proformatique.com>2010-10-07 15:12:53 +0200
commit69e84d51e724400e0f9f7c728c4fb291fd09865a (patch)
treec465b7063fa8a3659356920e1c37a35191f6ecdc /xhfc/xhfc_leb.h
parentf568593d78d4a43c76d619ab2e5c99590a3a6913 (diff)
indentation
Diffstat (limited to 'xhfc/xhfc_leb.h')
-rw-r--r--xhfc/xhfc_leb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xhfc/xhfc_leb.h b/xhfc/xhfc_leb.h
index 0c1bfb8..8d3ab01 100644
--- a/xhfc/xhfc_leb.h
+++ b/xhfc/xhfc_leb.h
@@ -59,9 +59,9 @@ static inline void write_xhfc(struct xhfc * xhfc, u8 reg_addr, u8 value)
_res; \
})
-#define write_xhfc(x, reg, val) ({ \
- if (DBG_REGS) printk(KERN_INFO #reg " <- %02x\n", val); \
- write_xhfc(x, reg, val); \
+#define write_xhfc(x, reg, val) ({ \
+ if (DBG_REGS) printk(KERN_INFO #reg " <- %02x\n", val); \
+ write_xhfc(x, reg, val); \
})
#endif
#endif