git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a93758
)
[PATCH] libata: trivial updates to ata_sg_init_one()
author
Tejun Heo
<htejun@gmail.com>
Tue, 14 Nov 2006 13:35:43 +0000
(22:35 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 2 Dec 2006 03:45:57 +0000
(22:45 -0500)
There's no need to memset &qc->sgent manually, sg_init_one() clears
sgent inside it. Also, kill not-so-necessary sg local variable.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found