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:
pgpICrSxp6his.pgp
Description: PGP signature
- References:
- HPA Resume patch
- From: Lee Trager <[email protected]>
- Re: HPA Resume patch
- From: Pavel Machek <[email protected]>
- Re: HPA Resume patch
- From: Jens Axboe <[email protected]>
- Re: HPA Resume patch
- From: Lee Trager <[email protected]>
- HPA Resume patch
- Prev by Date: Re: Conversion to generic boolean
- Next by Date: The 3G (or nG) Kernel Memory Space Offset
- Previous by thread: Re: HPA Resume patch
- Next by thread: Re: HPA Resume patch
- Index(es):