Merge pull request #960 from pranith/rpi-4.0.y

vchiq: Fix wrong condition check
This commit is contained in:
Phil Elwell
2015-05-08 17:12:42 +01:00

View File

@@ -322,7 +322,7 @@ vchiq_platform_use_suspend_timer(void)
void
vchiq_dump_platform_use_state(VCHIQ_STATE_T *state)
{
vchiq_log_info((vchiq_arm_log_level>=VCHIQ_LOG_INFO),"Suspend timer not in use");
vchiq_log_info(vchiq_arm_log_level, "Suspend timer not in use");
}
void
vchiq_platform_handle_timeout(VCHIQ_STATE_T *state)