projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35508e4
)
[SCSI] fix typo in previous Scsi_Cmnd convertion in aic7xxx_old.c
author
Henne
<henne@nachtwindheim.de>
Mon, 9 Oct 2006 13:38:34 +0000
(15:38 +0200)
committer
James Bottomley
<jejb@mulgrave.il.steeleye.com>
Wed, 25 Oct 2006 22:12:25 +0000
(15:12 -0700)
Fixes a typo in the aic7xxx_old.c.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aic7xxx_old.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/aic7xxx_old.c
b/drivers/scsi/aic7xxx_old.c
index bcd7fffab9074fbb2ab5fab1768bd5ec686657a5..46eed10b25d95db126f5bbe38be66c52d8791407 100644
(file)
--- a/
drivers/scsi/aic7xxx_old.c
+++ b/
drivers/scsi/aic7xxx_old.c
@@
-2646,7
+2646,7
@@
static void aic7xxx_done_cmds_complete(struct aic7xxx_host *p)
while (p->completeq.head != NULL) {
cmd = p->completeq.head;
- p->completeq.head = (struct scsi_
C
mnd *) cmd->host_scribble;
+ p->completeq.head = (struct scsi_
c
mnd *) cmd->host_scribble;
cmd->host_scribble = NULL;
cmd->scsi_done(cmd);
}