Home
last modified time | relevance | path

Searched hist:"98 dbf5af4fdd142f6184dbb4e4164a8d1850d526" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pci/endpoint/functions/
H A DKconfigdiff 98dbf5af4fdd142f6184dbb4e4164a8d1850d526 Mon Jun 12 22:43:03 CEST 2017 Randy Dunlap <rdunlap@infradead.org> PCI: endpoint: Select CRC32 to fix test build error

The PCI endpoint test driver uses crc32_le() so it should select
CRC32. Fixes this build error (when CRC32=m):

drivers/built-in.o: In function `pci_epf_test_cmd_handler':
pci-epf-test.c:(.text+0x2d98d): undefined reference to `crc32_le'

Fixes: 349e7a85b25f ("PCI: endpoint: functions: Add an EP function to test PCI")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>