From c8c9691626d3760fe3c1f82deb17905a952a5fe9 Mon Sep 17 00:00:00 2001 From: Michal Ostrowski Date: Mon, 18 Apr 2005 21:57:34 -0700 Subject: [PATCH] --- yaml --- r: 310 b: refs/heads/master c: 7b558637b0efc6ab3f3ca08f0b9cc0191665e9db h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/debugfs.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 2a508bec31ce..f80371c746c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a7a76cefc4b12bb6508afa4c77f11c2752cc365d +refs/heads/master: 7b558637b0efc6ab3f3ca08f0b9cc0191665e9db diff --git a/trunk/include/linux/debugfs.h b/trunk/include/linux/debugfs.h index dcf847cdb5ce..a5fa6a6eede8 100644 --- a/trunk/include/linux/debugfs.h +++ b/trunk/include/linux/debugfs.h @@ -75,21 +75,21 @@ static inline struct dentry *debugfs_create_u8(const char *name, mode_t mode, static inline struct dentry *debugfs_create_u16(const char *name, mode_t mode, struct dentry *parent, - u8 *value) + u16 *value) { return ERR_PTR(-ENODEV); } static inline struct dentry *debugfs_create_u32(const char *name, mode_t mode, struct dentry *parent, - u8 *value) + u32 *value) { return ERR_PTR(-ENODEV); } static inline struct dentry *debugfs_create_bool(const char *name, mode_t mode, struct dentry *parent, - u8 *value) + u32 *value) { return ERR_PTR(-ENODEV); }