lkml.org 
[lkml]   [2017]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 04/41] x86/boot: Move EISA setup to a proper place
On Fri, 25 Aug 2017, Thomas Gleixner wrote:
> +static __init int eisa_bus_probe(void)
> +{
> + void __iomem *p = ioremap(0x0FFFD9, 4);
> +
> + if (readl(p) == 'E' + ('I'<<8) + ('S'<<16) + ('A'<<24))
> + EISA_bus = 1;
> + iounmap(p, 4);

That should obviously be:

iounmap(p);

But as a side note:

Can't we finally get rid of this EISA cruft alltogether?

Thanks,

tglx

\
 
 \ /
  Last update: 2017-08-25 13:59    [W:0.195 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site