Re: [PATCH 4/6] [media] tw5864: improve subscribe event handling
Hi Gustavo, Thanks for the patches, and sorry for delay. Acked-by: Andrey Utkin
[PATCH 4/6] [media] tw5864: improve subscribe event handling
From: Gustavo Padovan We already check for the V4L2_EVENT_CTRL inside v4l2_ctrl_subscribe_event() so just move this function to the default: branch of the switch and let it does the job for us. Signed-off-by: Gustavo Padovan --- drivers/media/pci/tw5864/tw5864-video.c | 5 ++--- 1 file changed