]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Make pcibios_add_platform_entries() return errors
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 8 May 2007 02:03:08 +0000 (12:03 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:02:07 +0000 (16:02 -0700)
commit3f97ec75cfe8d90380213c072606d2a5d5ae2d9b
treeea852daa5f2217a9caf1485ec6fffac5412ac7c7
parentc43471591674a18fc4bb9b383d23db36693417ad
PCI: Make pcibios_add_platform_entries() return errors

Currently pcibios_add_platform_entries() returns void, but could fail,
so instead have it return an int and propagate errors up to
pci_create_sysfs_dev_files().

Fixes:
arch/powerpc/kernel/pci_64.c: In function 'pcibios_add_platform_entries':
arch/powerpc/kernel/pci_64.c:878: warning: ignoring return value of
'device_create_file', declared with attribute warn_unused_result
arch/powerpc/kernel/pci_32.c: In function 'pcibios_add_platform_entries':
  arch/powerpc/kernel/pci_32.c:1043: warning: ignoring return value of
'device_create_file', declared with attribute warn_unused_result

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/kernel/pci_32.c
arch/powerpc/kernel/pci_64.c
drivers/pci/pci-sysfs.c
include/linux/pci.h