Re: [PATCH 8/9] qd65xx: return error value in qd_probe()

2008-02-18 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Return error value in qd_probe() and use it in qd65xx_init() instead of checking ide_hwifs[].chipset. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Acked-by: Sergei Shtylyov [EMAIL PROTECTED] MBR, Sergei - To unsubscribe from this list: send

[PATCH 8/9] qd65xx: return error value in qd_probe()

2008-02-16 Thread Bartlomiej Zolnierkiewicz
Return error value in qd_probe() and use it in qd65xx_init() instead of checking ide_hwifs[].chipset. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/legacy/qd65xx.c | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) Index: