From 306ab6e6648c2a7fd2d9a4eb6c348ed53231abc4 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 29 Oct 1993 16:53:33 +0000 Subject: [PATCH] removed superfluous error message --- src/drv/drvMz8310.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv/drvMz8310.c b/src/drv/drvMz8310.c index 3546a3754..d11b7afbd 100644 --- a/src/drv/drvMz8310.c +++ b/src/drv/drvMz8310.c @@ -49,6 +49,7 @@ * joh 08-05-92 callable interface now conforms with epics standard * mgb 08-04-93 Removed V5/V4 and EPICS_V2 conditionals * joh 08-24-93 Include drvStc.h and ANSI C upgrade + * joh 09-29-93 removed superfluous error message */ /* drvMz8310.c - Driver Support Routines for Mz8310 */ @@ -319,7 +320,6 @@ LOCAL mz8310Stat mz8310_init_card(unsigned card) MZ8310_DATA_ADDR(card,chip), master_mode); if(error){ - errMessage(error, NULL); return error; } }