diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-22 17:08:18 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-22 17:08:18 +0100 |
| commit | e7d7dc0e0e7ab68f1845e11b7574d83ac8015e0e (patch) | |
| tree | 72d317ef93f50aa80af2f67c9d109e7ff59413ff /csdio2.patch | |
| parent | 08ba5e5e533732546b64764231406dd6151342c1 (diff) | |
| download | patches-e7d7dc0e0e7ab68f1845e11b7574d83ac8015e0e.tar.gz | |
lots of patches and fixes added and made
Diffstat (limited to 'csdio2.patch')
| -rw-r--r-- | csdio2.patch | 2 |
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; |
