diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2015-10-06 02:22:58 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-10-06 02:34:56 +0200 |
commit | c36906c53ccff0f43310fac9606976440a71c742 (patch) | |
tree | 7c494078f5660f9b966498476adfafce6b5845f2 /drivers/input/joystick/turbografx.c | |
parent | Input: db9 - store object at correct index (diff) | |
download | linux-c36906c53ccff0f43310fac9606976440a71c742.tar.xz linux-c36906c53ccff0f43310fac9606976440a71c742.zip |
Input: gamecon - store object at correct index
The variable i is used to check the port to attach to and we are
supposed to save the reference of struct gc in the location given by
gc_base[i]. But after finding out the index, i is getting modified again
so we saved in a wrong index.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Fixes: a517e87c3dfc ("Input: gamecon - use parallel port device model")
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/joystick/turbografx.c')
0 files changed, 0 insertions, 0 deletions