diff options
Diffstat (limited to 'arch/mips/pci/pci.c')
| -rw-r--r-- | arch/mips/pci/pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 9632436d74d7..c2e94cf5ecda 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c @@ -54,5 +54,5 @@ void pci_resource_to_user(const struct pci_dev *dev, int bar,  	phys_addr_t size = resource_size(rsrc);  	*start = fixup_bigphys_addr(rsrc->start, size); -	*end = rsrc->start + size; +	*end = rsrc->start + size - 1;  } |