]> git.baikalelectronics.ru Git - kernel.git/commit
iscsi_ibft: use virt_to_phys instead of isa_virt_to_bus
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Feb 2019 13:46:42 +0000 (14:46 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 12 Feb 2019 18:15:36 +0000 (13:15 -0500)
commitecd8a05300d83064f64bbeabcb1b2adcbae61a21
treea3ed4bad841d6a86e0174371adb6a802514a916a
parentf1ce7b4380cd1fe26387f5cbc95d98c4c0b51381
iscsi_ibft: use virt_to_phys instead of isa_virt_to_bus

As far as I can tell IBFT is a firmware table and has nothing to do with
the good old ISA bus.  And even if it the two would be the same on x86
anyway.  So remove the isa_virt_to_bus call in preparation of eventually
removing that API entirely.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/firmware/iscsi_ibft_find.c