mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 06:18:13 +00:00
189ce92b4c
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
27 lines
728 B
Diff
27 lines
728 B
Diff
From 5595b911189c8c9cac230dbe6f76c73352a57fcd Mon Sep 17 00:00:00 2001
|
|
From: Al Viro <viro@zeniv.linux.org.uk>
|
|
Date: Sun, 24 Jul 2011 04:33:43 -0400
|
|
Subject: [PATCH 03/16] switch debugfs to umode_t
|
|
|
|
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
|
---
|
|
drivers/net/wireless/libertas/debugfs.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/net/wireless/libertas/debugfs.c b/drivers/net/wireless/libertas/debugfs.c
|
|
index d8d8f0d..c192671 100644
|
|
--- a/drivers/net/wireless/libertas/debugfs.c
|
|
+++ b/drivers/net/wireless/libertas/debugfs.c
|
|
@@ -704,7 +704,7 @@ out_unlock:
|
|
|
|
struct lbs_debugfs_files {
|
|
const char *name;
|
|
- int perm;
|
|
+ umode_t perm;
|
|
struct file_operations fops;
|
|
};
|
|
|
|
--
|
|
1.7.9.5
|
|
|