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)
commitd1379279f2d6b407bd08324a170cb21928e69854
treec7f94f19fc6c1ef40cc3eca92b2951bee7a9bf68
parent0ba577802b0b183a38a5606e2c67504aba8b6f9d
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