From: Sergei Shtylyov Date: Sun, 11 Mar 2012 19:29:02 +0000 (+0300) Subject: pata_cmd64x: turn string of *if* statements into *switch* X-Git-Tag: v3.4-rc1~129^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fcfa7bd1b77514cfdce77751c980460535f56b4;p=pandora-kernel.git pata_cmd64x: turn string of *if* statements into *switch* Convert string of the *if* statements all checking 'pdev->revision' into more natural *switch* statement. While at it, somewhat clarify the comments there... Increment the driver version, accounting for the patches that neglected to do this in the past. Signed-off-by: Sergei Shtylyov Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed