[PATCH] siimage: remove resetproc() method

2007-11-16 Thread Sergei Shtylyov
The intent behind siimage_reset() was probably to hard reset the interface and the SATA PHY but as the code writes to two reserved bits instead, it obviously has been ineffective from the start. So, just remove it. Signed-off-by: Sergei Shtylyov [EMAIL PROTECTED] --- This was discussed on

Re: [PATCH] siimage: remove resetproc() method

2007-11-16 Thread Bartlomiej Zolnierkiewicz
On Friday 16 November 2007, Sergei Shtylyov wrote: The intent behind siimage_reset() was probably to hard reset the interface and the SATA PHY but as the code writes to two reserved bits instead, it obviously has been ineffective from the start. So, just remove it. Signed-off-by: Sergei