From 001a50d314e93826bf404fd8d4ff482679af5de2 Mon Sep 17 00:00:00 2001 From: Stefan Koch Date: Fri, 24 Mar 2017 17:08:59 +0100 Subject: 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 --- .../lantiq/ltq-vmmc/patches/600-kernel-4.9.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/kernel/lantiq/ltq-vmmc/patches/600-kernel-4.9.patch (limited to 'package/kernel/lantiq/ltq-vmmc/patches/600-kernel-4.9.patch') 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 ed3764d..0000000 --- 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 -- cgit v1.1