From: Dominik Brodowski Date: Mon, 27 Jun 2005 23:28:55 +0000 (-0700) Subject: [PATCH] pcmcia: use request_region in i82365 X-Git-Tag: v2.6.13-rc1~46^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f354942cb301fed273f423fb5c4f57bde3efc5b2;p=pandora-kernel.git [PATCH] pcmcia: use request_region in i82365 randy_dunlap Convert deprecated check_region() calls to request/release region. Add return value check on one request_region(). I suspect that it may do an extra release_region(), which should generate a warning message from the kernel. Signed-off-by: randy_dunlap Signed-off-by: Dominik Brodowski Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed