From: Sergei Shtylyov Date: Mon, 10 Jan 2011 19:31:13 +0000 (+0300) Subject: pata_hpt37x: fold 'if' statement into 'switch' X-Git-Tag: v2.6.38-rc3~20^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=910f7bb164fa888ff925e337bf8fd479abb157f9;p=pandora-kernel.git pata_hpt37x: fold 'if' statement into 'switch' hpt37x_init_one() has a large *if* statement which should really be folded into the *switch* statement that currently constitutes its *else* branch, reducing one level of indentation... Signed-off-by: Sergei Shtylyov Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed