From: Jakub Sitnicki Date: Mon, 8 Dec 2014 21:01:57 +0000 (+0100) Subject: PNP: Switch from __check_region() to __request_region() X-Git-Tag: fixes-v4.0-rc1~26^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeeb98bf06286380f74fc0d39df643c50fd056e5;p=pandora-kernel.git PNP: Switch from __check_region() to __request_region() PNP core is the last user of the __check_region() which has been deprecated for almost 12 years (since v2.5.54). Replace it with a combo of __request_region() followed by __release_region(). pnp_check_port() and pnp_check_mem() remain racy after this change. Signed-off-by: Jakub Sitnicki Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed