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-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html