aboutsummaryrefslogtreecommitdiffstats
path: root/csdio2.patch
diff options
Diffstat (limited to 'csdio2.patch')
-rw-r--r--csdio2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/csdio2.patch b/csdio2.patch
index 2db68bc027d093..74fca2d76e81c6 100644
--- a/csdio2.patch
+++ b/csdio2.patch
@@ -1232,7 +1232,7 @@ Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
+ pr_info("%s: Exit driver module\n", CSDIO_DEV_NAME);
+}
+
-+static char *csdio_devnode(struct device *dev, mode_t *mode)
++static char *csdio_devnode(struct device *dev, umode_t *mode)
+{
+ *mode = CSDIO_DEV_PERMISSIONS;
+ return NULL;