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 12:56:40 -0400
commit174771988f9b4a675722cb2b42ede3b4f0090598 (patch)
treea7043153fdda342c6be30fb0a4ee984cd48d8fe1 /include
parentd95bcb2a885302bfab1eab489e692e5ddb90ec33 (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;