From 7efccc6ee25a57fd539d2521c6a85759cd6248b2 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 13 May 2021 08:59:01 +0000 Subject: driver: mdso_get_driver_ctx(): argument tag switch: added missing break. --- src/driver/mdso_driver_ctx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/driver/mdso_driver_ctx.c b/src/driver/mdso_driver_ctx.c index 30d1ba7..e7e4a0f 100644 --- a/src/driver/mdso_driver_ctx.c +++ b/src/driver/mdso_driver_ctx.c @@ -240,6 +240,8 @@ int mdso_get_driver_ctx( entry->arg, optv,meta); + break; + case TAG_VERSION: cctx.drvflags |= MDSO_DRIVER_VERSION; break; -- cgit v1.2.3