video: driver:: handle NULL value of ctrl
In case, when control id passed by client is 0, ctrl ref will be NULL.
handle such NULL ctrl by returning -EINVAL from driver.
Fix: v4l2-compliance: testSimpleControls: Invalid Control.
Change-Id: Ie7dfe96775dd5fe71a4e467539dd261e4ba9efaf
Signed-off-by: Dikshita Agarwal <[email protected]>