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:
e58eb58
)
[PATCH] libata: update ata_do_simple_cmd()
author
Tejun Heo
<htejun@gmail.com>
Sat, 24 Jun 2006 11:30:19 +0000
(20:30 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 27 Jun 2006 00:59:27 +0000
(20:59 -0400)
* the function has always returned AC_ERR_* masks not -errno but its
return type was int. Make return type unsigned int.
* don't print error message automatically. it's the caller's
responsibility.
* add header comment
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/libata-core.c
patch
|
blob
|
history
diff --cc
drivers/scsi/libata-core.c
Simple merge