From: Zachary Amsden Date: Tue, 10 Apr 2007 13:53:08 +0000 (-0500) Subject: [SCSI] BusLogic: stop using check_region X-Git-Tag: v2.6.22-rc1~1015^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1079a2d251f24a7d9e7576217f5f738bc4218337;p=pandora-kernel.git [SCSI] BusLogic: stop using check_region I got so sick of seing the check_region warnings from BusLogic.c I actually fixed it properly. Never use check region, reserve it before the probe with request region instead and check the error result; free region if setup fails. Should be functionally identical to the original except for fixing the potential race. Signed-off-by: Zachary Amsden Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- Reading git-diff-tree failed