mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
drm/bridge: synopsys: Delete set device name
There is not need to set dev name without address.
Fixes: 76f27bdd76 ("drm: bridge: dw-hdmi: using extcon instead of switch")
Change-Id: I2c23e29ad8f7b4a0b05b2237ae319e14c69a1cb1
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -3595,8 +3595,6 @@ __dw_hdmi_probe(struct platform_device *pdev,
|
||||
mutex_init(&hdmi->audio_mutex);
|
||||
spin_lock_init(&hdmi->audio_lock);
|
||||
|
||||
dev_set_name(dev, "hdmi");
|
||||
|
||||
ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0);
|
||||
if (ddc_node) {
|
||||
hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node);
|
||||
|
||||
Reference in New Issue
Block a user