commit | 20d516602c022997feb24a9f1a806fc986b9e4e8 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Sat Jul 08 22:58:25 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 26 17:43:52 2006 -0700 |
tree | cf74447266832d62cdb38e7ca29532c65848b60e | |
parent | 6397c75cbc4d7dbc3d07278b57c82a47dafb21b5 [diff] |
PCIE: check and return bus_register errors Have pcie_port_bus_register() notice and return errors. Mark it __must_check so that its caller(s) must check its return value. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>