commit | adc4633c86f3358fce676b6c7ce75055e395123a | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Oct 24 23:53:01 2012 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Oct 25 00:12:01 2012 -0700 |
tree | fea3da09a058986ba85e6645a594a8426c42f52d | |
parent | 5161870f51acd74442375a6693c0586996d01f44 [diff] |
Input: fix sparse warning in __input_release_device() This fixes the following warning: drivers/input/input.c:538:23: error: incompatible types in comparison expression (different address spaces) Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>