mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Add two missing break statements.
This commit is contained in:
parent
a07089226d
commit
2e03cdebd5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42708
@ -36,7 +36,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: aic7xxx.c,v 1.14 1998/12/17 00:06:52 gibbs Exp $
|
||||
* $Id: aic7xxx.c,v 1.15 1999/01/14 06:14:14 gibbs Exp $
|
||||
*/
|
||||
/*
|
||||
* A few notes on features of the driver.
|
||||
@ -2684,6 +2684,7 @@ ahc_parse_msg(struct ahc_softc *ahc, struct cam_path *path,
|
||||
} else
|
||||
ahc_handle_ign_wide_residue(ahc, devinfo);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case MSG_EXTENDED:
|
||||
{
|
||||
@ -2869,6 +2870,7 @@ ahc_parse_msg(struct ahc_softc *ahc, struct cam_path *path,
|
||||
reject = TRUE;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case MSG_ABORT:
|
||||
case MSG_ABORT_TAG:
|
||||
|
Loading…
Reference in New Issue
Block a user