[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] bug fix for ata.c and scsi.c
From: |
Bean |
Subject: |
[PATCH] bug fix for ata.c and scsi.c |
Date: |
Mon, 1 Sep 2008 21:21:30 +0800 |
Hi,
2008-09-01 Bean <address@hidden>
* disk/ata.c (grub_apapi_open): Initialize devfnd, no need to set
scsi->name and scsi->luns, as they will be set in grub_scsi_open.
* disk/scsi.c (grub_scsi_open): Don't call p->close (scsi) here when
error occurs, as grub_disk_open will call grub_disk_close, which will
call p->close (scsi).
--
Bean
ata.diff
Description: Text Data
- [PATCH] bug fix for ata.c and scsi.c,
Bean <=