diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-11 17:30:18 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-11 23:31:47 +0100 |
commit | ca9b9969fb3f3853f7c6beb43bd496d90c7efe80 (patch) | |
tree | 5c32a8613ed51d7cae6778181b9b1231576b4516 /package/kernel/lantiq/ltq-vmmc/patches/000-portability.patch | |
parent | c7ce9908bd58af60153716aa64a72510a3a26b35 (diff) | |
download | mtk-20170518-ca9b9969fb3f3853f7c6beb43bd496d90c7efe80.zip mtk-20170518-ca9b9969fb3f3853f7c6beb43bd496d90c7efe80.tar.gz mtk-20170518-ca9b9969fb3f3853f7c6beb43bd496d90c7efe80.tar.bz2 |
ltq-vmmc: fix build with kernel 4.9
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/lantiq/ltq-vmmc/patches/000-portability.patch')
-rw-r--r-- | package/kernel/lantiq/ltq-vmmc/patches/000-portability.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vmmc/patches/000-portability.patch b/package/kernel/lantiq/ltq-vmmc/patches/000-portability.patch index 4860247..a9dd957 100644 --- a/package/kernel/lantiq/ltq-vmmc/patches/000-portability.patch +++ b/package/kernel/lantiq/ltq-vmmc/patches/000-portability.patch @@ -124,7 +124,7 @@ { IFX_int32_t retvalue = -EINVAL; mps_message rw_struct; -@@ -613,17 +644,30 @@ IFX_int32_t ifx_mps_ioctl (struct inode +@@ -613,17 +644,30 @@ IFX_int32_t ifx_mps_ioctl (struct inode 'mps_devices' enum type, which in fact is [0..8]; So, if inode value is [0..NUM_VOICE_CHANNEL+1], then we make sure that we are calling from kernel space. */ |