[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120729215301.GA27358@srcf.ucam.org>
Date: Sun, 29 Jul 2012 22:53:01 +0100
From: Matthew Garrett <mjg59@...f.ucam.org>
To: David Woodhouse <dwmw2@...radead.org>
Cc: matt.fleming@...el.com, linux-efi@...r.kernel.org,
linux-kernel@...r.kernel.org, x86@...nel.org,
linux-pci@...r.kernel.org, bhelgaas@...gle.com
Subject: Re: [PATCH] Fix priority of non-BAR ROM data
On Sun, Jul 29, 2012 at 10:49:42PM +0100, David Woodhouse wrote:
> + * Some devices may provide ROMs via a source other than the BAR
> + */
> + if (pdev->rom && pdev->romlen) {
> + *size = pdev->romlen;
> + return phys_to_virt(pdev->rom);
Needs casting. My mistake.
--
Matthew Garrett | mjg59@...f.ucam.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists