Re: [RFC PATCH] x86: Moving probe_roms_32 to probe_roms

From: Dan Williams
Date: Fri Feb 25 2011 - 11:38:36 EST


On 02/25/2011 02:13 AM, Williams, Dan J wrote:
[..]
+ if (probe_kernel_address(rom + offset + 0x8, list) != 0 &&
+ probe_kernel_address(rom + offset + 0xc, rev) != 0 &&

These should be "== 0", but you get the idea...


+ rev>= 3&& list&&
+ probe_list(pdev, vendor, rom + offset + list)) {
+ oprom = res;
+ break;
+ }
+ }

--
Dan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/