Commit f02163c
drm: xlnx: hdmi: Remove unused hdmi->wait_for_streamup check in xlnx_hdcp_key_store()
xlnx_hdcp_key_store() will return the number of keys it has configured
successfully. Otherwise, it returns an error if the HDMI stream is not
ready or in any other failure cases.
The flag wait_for_streamup check is useless as this variable is always
'0' in the driver. The HDMI driver is not updating this variable in any
conditions. So, this condition is removed because the HDCP code flow
performs these checks in respective api's already.
Signed-off-by: Lakshmi Prasanna Eachuri <lakshmi.prasanna.eachuri@amd.com>
Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>1 parent b2017e4 commit f02163c
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
807 | | - | |
808 | | - | |
809 | 806 | | |
810 | 807 | | |
811 | 808 | | |
| |||
0 commit comments