[PATCH] drm/bridge: adv7511: Remove unused code blocks

2016-10-18 Thread Jitendra Sharma
node, probe will fail in initial stage only. Signed-off-by: Jitendra Sharma --- drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 17 + 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c b/drivers/gpu/drm/bridge/adv7511

[PATCH v2] drm/bridge: adv7511: Remove unused code blocks

2016-10-19 Thread Jitendra Sharma
o need in Keeping these entries in id_table Signed-off-by: Jitendra Sharma --- Probe was not happening in Patch v1 due to removal of .id_table.As the intention of this patch is not to change any functionality, also changes looks simple enough.So, didn't verified Patch v1 over hardware Hence