mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02: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:
parent
283f7638c2
commit
8abb489f9a
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user