Input: synaptics - fix wrong dimensions check
authorTakashi Iwai <tiwai@suse.de>
Wed, 14 Jul 2010 16:32:46 +0000 (09:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 14 Jul 2010 16:33:56 +0000 (09:33 -0700)
commitbbddd199995ff55f1bb0336cadff4ee3d02b5a2c
treeffc2f282465bd67ed58fa8f5451eef54b7650a14
parentc59690fa484c04ab96fe932241b569a09755a4d2
Input: synaptics - fix wrong dimensions check

The commit 83ba9ea8a04b72dfee2515428c15e7414ba4fc61 ommitted the return
line for the old synaptics model accidentally.  This resulted in a wrong
check, namely, the dimensions are checked for the old devices that don't
support the query properly.

This patch adds the return line back.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/synaptics.c