[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] bug fix for ata.c and scsi.c
From: |
Bean |
Subject: |
Re: [PATCH] bug fix for ata.c and scsi.c |
Date: |
Mon, 22 Sep 2008 11:48:24 +0800 |
On Mon, Sep 8, 2008 at 9:56 PM, Robert Millan <address@hidden> wrote:
> On Mon, Sep 01, 2008 at 09:21:30PM +0800, Bean wrote:
>> 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).
>
> I tested this and it seems to work fine. Will you check it in soon?
Hi,
Ok, committed.
--
Bean