diff options
author | Zachary Amsden <zach@vmware.com> | 2007-04-10 08:53:08 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-04-17 18:04:20 -0400 |
commit | 1079a2d251f24a7d9e7576217f5f738bc4218337 (patch) | |
tree | 657af3b24dd40d413c659c7aac212907a6127c80 /block | |
parent | ad1331a792f9f253bef362de9b6872c6b8f88c0c (diff) | |
download | linux-3.10-1079a2d251f24a7d9e7576217f5f738bc4218337.tar.gz linux-3.10-1079a2d251f24a7d9e7576217f5f738bc4218337.tar.bz2 linux-3.10-1079a2d251f24a7d9e7576217f5f738bc4218337.zip |
[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 <zach@vmware.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions