From: Aaro Koskinen Date: Thu, 18 Oct 2012 06:55:34 +0000 (-0700) Subject: Input: i8042-io - fix up region handling on MIPS X-Git-Tag: v3.8-rc1~58^2^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197a1e96c8be5b6005145af3a4c0e45e2d651444;p=pandora-kernel.git 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed