Commit 3477ae78 authored by Wujiahai's avatar Wujiahai Committed by Li Nan
Browse files

BMA/kbox_drv: Change the version number.

driver inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IA97VA


CVE: NA

-----------------------------------------

1. Change the iBMA driver version.

Fixes: c3b73474 ("Huawei BMA: To fix the bug in the iBMA driver code")
Signed-off-by: default avatarWujiahai <wujiahai@huawei.com>
parent c53f7dcf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#ifdef DRV_VERSION
#define KBOX_VERSION MICRO_TO_STR(DRV_VERSION)
#else
#define KBOX_VERSION "0.3.6"
#define KBOX_VERSION "0.3.7"
#endif

#define UNUSED(x) (x = x)