commit | d1379279f2d6b407bd08324a170cb21928e69854 | [log] [tgz] |
---|---|---|
author | Pierre Morel <pmorel@linux.ibm.com> | Tue Apr 28 11:25:56 2020 -0400 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Wed May 06 14:59:20 2020 +0200 |
tree | c7f94f19fc6c1ef40cc3eca92b2951bee7a9bf68 | |
parent | 0ba577802b0b183a38a5606e2c67504aba8b6f9d [diff] |
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>