From: Jean Delvare Date: Mon, 30 Aug 2010 15:37:05 +0000 (+0200) Subject: pata_artop: Fix device ID parity check X-Git-Tag: v2.6.36-rc4~22^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=673424c0890a00e22398017c9adf999577526220;p=pandora-kernel.git pata_artop: Fix device ID parity check x % 1 always evaluates to 0, which clearly isn't the intent. The author probably had "% 2" or "& 1" in mind, and mispelled it. Signed-off-by: Jean Delvare Cc: Jeff Garzik Cc: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed