lkml.org 
[lkml]   [2005]   [Mar]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] debugfs: fix bool built-in type.
Date
From
ChangeSet 1.2034, 2005/03/09 15:24:27-08:00, gregkh@suse.de

[PATCH] debugfs: fix bool built-in type.

Thanks to Alessandro Rubini <rubini@gnudd.com> for pointing this out.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


fs/debugfs/file.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/fs/debugfs/file.c b/fs/debugfs/file.c
--- a/fs/debugfs/file.c 2005-03-09 16:23:02 -08:00
+++ b/fs/debugfs/file.c 2005-03-09 16:23:02 -08:00
@@ -186,7 +186,7 @@
char buf[3];
u32 *val = file->private_data;

- if (val)
+ if (*val)
buf[0] = 'Y';
else
buf[0] = 'N';
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:11    [W:0.038 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site