diff options
Diffstat (limited to 'qerror.c')
| -rw-r--r-- | qerror.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qerror.c b/qerror.c index c14ec80b81..b176d7c5ac 100644 --- a/qerror.c +++ b/qerror.c @@ -73,6 +73,10 @@ static const QErrorStringTable qerror_table[] = { .desc = "Device '%(device)' is not removable", }, { + .error_fmt = QERR_DEVICE_NO_BUS, + .desc = "Device '%(device)' has no child bus", + }, + { .error_fmt = QERR_FD_NOT_FOUND, .desc = "File descriptor named '%(name)' not found", }, |