mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
Merge pull request #960 from pranith/rpi-4.0.y
vchiq: Fix wrong condition check
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user