aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-vmmc/patches/600-kernel-4.9.patch
diff options
context:
space:
mode:
authorStefan Koch <stefan.koch10@gmail.com>2017-03-24 17:08:59 +0100
committerJohn Crispin <john@phrozen.org>2017-03-27 08:05:53 +0200
commit001a50d314e93826bf404fd8d4ff482679af5de2 (patch)
tree102bcc2b91e4744ca90e9fb3a5cce16d0a753f6d /package/kernel/lantiq/ltq-vmmc/patches/600-kernel-4.9.patch
parent9ac4c1dcee7ba101233ac03437382e0831b74577 (diff)
downloadupstream-001a50d314e93826bf404fd8d4ff482679af5de2.tar.gz
upstream-001a50d314e93826bf404fd8d4ff482679af5de2.tar.bz2
upstream-001a50d314e93826bf404fd8d4ff482679af5de2.zip
lantiq: cleanup code ar9-vr9 parts
- remove unused code within 500-ar9_vr9.patch - fixed return of IFX_ERROR (solves SIGSEGV in asterisk at failure) - align it a bit with 400-falcon.patch - remove 600-kernel-4.9.patch since changed parts are removed during cleanup Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
Diffstat (limited to 'package/kernel/lantiq/ltq-vmmc/patches/600-kernel-4.9.patch')
-rw-r--r--package/kernel/lantiq/ltq-vmmc/patches/600-kernel-4.9.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/kernel/lantiq/ltq-vmmc/patches/600-kernel-4.9.patch b/package/kernel/lantiq/ltq-vmmc/patches/600-kernel-4.9.patch
deleted file mode 100644
index ed3764d3de..0000000000
--- a/package/kernel/lantiq/ltq-vmmc/patches/600-kernel-4.9.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/mps/drv_mps_vmmc_ar9.c
-+++ b/src/mps/drv_mps_vmmc_ar9.c
-@@ -74,7 +74,7 @@ extern mps_comm_dev *pMPSDev;
- IFX_void_t ifx_mps_release (IFX_void_t);
- extern IFX_uint32_t ifx_mps_reset_structures (mps_comm_dev * pMPSDev);
- extern IFX_int32_t ifx_mps_bufman_close (IFX_void_t);
--IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count);
-+IFX_int32_t ifx_mps_wdog_callback (IFX_ulong_t wdog_cleared_ok_count);
- extern IFXOS_event_t fw_ready_evt;
- /* ============================= */
- /* Local function declaration */
-@@ -467,7 +467,7 @@ IFX_void_t ifx_mps_release (IFX_void_t)
- * \return 0 IFX_SUCCESS, cannot fail
- * \ingroup Internal
- */
--IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count)
-+IFX_int32_t ifx_mps_wdog_callback (IFX_ulong_t wdog_cleared_ok_count)
- {
- IFX_uint32_t flags;
- #ifdef DEBUG