clock: Fix call to get_state to use driver id instead of clock id
requested to merge github/fork/yaronm-hailo/clock-fix-call-to-get_state-to-use-driver-id-instead-of-clock-id into master
Created by: yaronm-hailo
When calling the clock driver's get_state API, the provied id should be the driver element id, and not the clock's element id. Fixed a call to get_state that was using the clock id.