mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
media: staging/ipu7: Don't set name for IPU7 PCI device
Driver better not dev_set_name() to change the PCI device
name, so remove it.
Fixes: b7fe4c0019 ("media: staging/ipu7: add Intel IPU7 PCI device driver")
Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
@@ -2428,7 +2428,6 @@ static int ipu7_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||
if (!isp)
|
||||
return -ENOMEM;
|
||||
|
||||
dev_set_name(dev, "intel-ipu7");
|
||||
isp->pdev = pdev;
|
||||
INIT_LIST_HEAD(&isp->devices);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user