summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Nash <enash54@gmail.com>2013-07-28 09:47:05 -0400
committerAnthony Felice <tony.felice@timesys.com>2013-10-09 13:24:23 -0400
commit67dbe2b41fb217e5e0bf4c336ba7efc8834e5e94 (patch)
tree0d642a4e845e6c524a4ad47538e2515e8dda2da2 /include
parentc2c61ea51de7997ee84a235534573e89dca3ccb6 (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;