Flush all pending transactions on the clients port
int hsi_flush(struct hsi_client * cl);
cl
Pointer to the HSI client
This function will destroy all pending hsi_msg in the port and reset the HW port so it is ready to receive and transmit from a clean state.
Return -errno on failure, 0 on success