diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-03-14 13:32:56 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-03-14 13:32:56 +0000 |
| commit | b03c4f17ca488a0ca3542ad273920d35e4dd1cd0 (patch) | |
| tree | 146d5b3a2e6a85718b7dc55d591be76994a04c46 /sys/dev | |
| parent | ceb45a1b8825920723a078f5c3ba608606ddffe5 (diff) | |
Remove two bogus splx()s.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/ultra14f.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/ultra14f.c b/sys/dev/isa/ultra14f.c index 24ad77860e8..b46bb3c9fab 100644 --- a/sys/dev/isa/ultra14f.c +++ b/sys/dev/isa/ultra14f.c @@ -15,7 +15,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: ultra14f.c,v 1.22 1994/03/12 04:10:27 mycroft Exp $ + * $Id: ultra14f.c,v 1.23 1994/03/14 13:32:56 mycroft Exp $ */ #include <sys/types.h> @@ -1075,11 +1075,9 @@ cheat = mscp; uha_free_mscp(unit,mscp,flags); } xs->error = XS_DRIVER_STUFFUP; - splx(s); return(HAD_ERROR); } } while (!(xs->flags & ITSDONE));/* something (?) else finished */ - splx(s); scsi_debug = 0;uha_debug = 0; if(xs->error) { |
