pata_artop: Fix device ID parity check
authorJean Delvare <jdelvare@suse.de>
Mon, 30 Aug 2010 15:37:05 +0000 (17:37 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 9 Sep 2010 18:19:18 +0000 (14:19 -0400)
commit673424c0890a00e22398017c9adf999577526220
tree8c6744075b71624f03c409e0cfb1c15f51951f4c
parentd56557af19867edb8c0e96f8e26399698a08857f
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 <jdelvare@suse.de>
Cc: Jeff Garzik <jgarzik@pobox.com>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_artop.c