commit | 197a1e96c8be5b6005145af3a4c0e45e2d651444 | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <aaro.koskinen@iki.fi> | Wed Oct 17 23:55:34 2012 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Oct 17 23:58:56 2012 -0700 |
tree | 5663b8dde5bef8a83dff8eb3c9af98ae62216d87 | |
parent | ad5396ee32afbdabb6188ffba67778080ea795b8 [diff] |
Input: i8042-io - fix up region handling on MIPS i8042_platform_init() skips reguest_region() on MIPS, but in i8042_platform_exit() release_region() is still called. Fix this by reserving the region also on MIPS. The patch eliminates the following error message seen on MIPS: [ 2.112000] Trying to free nonexistent resource <0000000000000060-000000000000006f> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>