From 5124eb5927d4d90adc5640e5d36a589bfadd1828 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 25 Mar 2010 17:22:39 +0100 Subject: error: New QERR_DEVICE_IN_USE Signed-off-by: Markus Armbruster Signed-off-by: Luiz Capitulino --- qerror.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qerror.c') diff --git a/qerror.c b/qerror.c index 97e8d4ab9..8d885cdce 100644 --- a/qerror.c +++ b/qerror.c @@ -68,6 +68,10 @@ static const QErrorStringTable qerror_table[] = { .error_fmt = QERR_DEVICE_INIT_FAILED, .desc = "Device '%(device)' could not be initialized", }, + { + .error_fmt = QERR_DEVICE_IN_USE, + .desc = "Device '%(device)' is in use", + }, { .error_fmt = QERR_DEVICE_LOCKED, .desc = "Device '%(device)' is locked", -- cgit v1.2.3