summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Nash <enash54@gmail.com>2013-07-28 09:47:05 -0400
committerroshni.shah <roshni.shah@timesys.com>2014-01-04 19:33:23 -0500
commitc0916ea641fee1f5df29ff203b595a0bc976daf4 (patch)
treedbe8c4b723e762d5745aead6a90798efa21a1549 /include
parent4d3dd5cc683366381bcdd4c1e601da04350010f6 (diff)
fix debugfs worng directory for gate. cleanup debug comment / code in i2c-imx
Diffstat (limited to 'include')
-rw-r--r--include/linux/mvf_sema4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mvf_sema4.h b/include/linux/mvf_sema4.h
index 7a93551e4905..3f6e4f5d97bb 100644
--- a/include/linux/mvf_sema4.h
+++ b/include/linux/mvf_sema4.h
@@ -14,8 +14,8 @@ typedef struct mvf_sema4_handle_struct {
int use_interrupts;
wait_queue_head_t wait_queue;
// stats
- unsigned long attempts;
- unsigned long interrupts;
+ u32 attempts;
+ u32 interrupts;
struct dentry *debugfs_file;
} MVF_SEMA4;