]> git.baikalelectronics.ru Git - kernel.git/commit
s390/pci: removes wrong PCI multifunction assignment
authorPierre Morel <pmorel@linux.ibm.com>
Tue, 28 Apr 2020 15:25:56 +0000 (11:25 -0400)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 6 May 2020 12:59:20 +0000 (14:59 +0200)
commit8b6097c2d96e11d3fe8c7af59ae0aaa8eb69e560
treec7f94f19fc6c1ef40cc3eca92b2951bee7a9bf68
parent001d006bb284ae7fd197d3ea8e64f7c70e641f9b
s390/pci: removes wrong PCI multifunction assignment

The assignment of the PCI device multifunction attribute
is set during the PCI device probe.
There is no need to set it here.

Let's do it right and remove this assignment.

Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
Reviewed-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/pci/pci_bus.c