Re: [PATCH v2 3/3] staging: mt7621-pci: set end limit for 'ioport_resource'
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-08-27 09:01:32
Also in:
linux-pci, linux-staging, lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-08-27 09:01:32
Also in:
linux-pci, linux-staging, lkml
On Sun, Aug 22, 2021 at 06:10:05PM +0200, Sergio Paracuellos wrote:
We have increase IO_SPACE_LIMIT for ralink platform to get PCI IO resources properly handled using PCI core APIs. To align those changes with driver code we have to set 'ioport_resource' end limit to IO_SPACE_LIMIT to avoid errors. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>