From: Sergei Shtylyov Date: Sun, 7 Jun 2009 13:37:05 +0000 (+0200) Subject: pdc202xx_old: kill resetproc() method X-Git-Tag: v2.6.31-rc1~372^2~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffddf1717b0d388879c646eaf6261a2b393c06ad;p=pandora-kernel.git pdc202xx_old: kill resetproc() method The driver's resetproc() method resets both channels at once -- most probably by driving RESET- on them. Not only such reset can severely disturb concurrent operations on another channel, it also ensues 2-second delay, while there's no apparent reason why SRST reset being performed prior to resetproc() call needs to be followed up by another reset. Signed-off-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed