intel_pmic_gpio: fix off-by-one value range checking
authorAxel Lin <axel.lin@gmail.com>
Fri, 8 Oct 2010 09:54:31 +0000 (17:54 +0800)
committerMatthew Garrett <mjg@redhat.com>
Thu, 21 Oct 2010 14:10:47 +0000 (10:10 -0400)
commit4119617919c243755946699808ffd0f4befa62c7
treea3072ec2107810b3dac2e9da0e8c366bfe946e43
parent35f0ce032b0f2d6974da516b5a113f49b7b70b09
intel_pmic_gpio: fix off-by-one value range checking

In pmic_irq_type(), we use gpio as array index for trigger,
thus the valid value range for gpio should be 0 .. NUM_GPIO - 1.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/intel_pmic_gpio.c