Re: HPA Resume patch
From: Valdis . Kletnieks
Date: Tue Aug 29 2006 - 10:12:49 EST
On Mon, 28 Aug 2006 22:14:34 EDT, Lee Trager said:
> Thinkpad users. Anyway my only question is how to I get my patched
> signed off by someone?
You read Documentation/SubmittingPatches, and follow the directions there,
and remember to merge in any comments people might have...
> + err = ide_do_drive_cmd(drive, &rq, ide_head_wait);
> +
> + if (err == 0 && drv->resume)
Often better written as:
if (!err && drv->resume)
Attachment:
pgp00000.pgp
Description: PGP signature