ipq806x: tsens: convert degrees to millicelsius
[openwrt/staging/wigyori.git] / package / kernel / lantiq / ltq-vmmc / patches / 600-kernel-4.9.patch
1 --- a/src/mps/drv_mps_vmmc_ar9.c
2 +++ b/src/mps/drv_mps_vmmc_ar9.c
3 @@ -74,7 +74,7 @@ extern mps_comm_dev *pMPSDev;
4 IFX_void_t ifx_mps_release (IFX_void_t);
5 extern IFX_uint32_t ifx_mps_reset_structures (mps_comm_dev * pMPSDev);
6 extern IFX_int32_t ifx_mps_bufman_close (IFX_void_t);
7 -IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count);
8 +IFX_int32_t ifx_mps_wdog_callback (IFX_ulong_t wdog_cleared_ok_count);
9 extern IFXOS_event_t fw_ready_evt;
10 /* ============================= */
11 /* Local function declaration */
12 @@ -467,7 +467,7 @@ IFX_void_t ifx_mps_release (IFX_void_t)
13 * \return 0 IFX_SUCCESS, cannot fail
14 * \ingroup Internal
15 */
16 -IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count)
17 +IFX_int32_t ifx_mps_wdog_callback (IFX_ulong_t wdog_cleared_ok_count)
18 {
19 IFX_uint32_t flags;
20 #ifdef DEBUG