Commit 13bd1658 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: 3d016b4b ("Huawei BMA: To fix the bug in the iBMA driver code")
Signed-off-by: default avatarWujiahai <wujiahai@huawei.com>
parent a64d54f9
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)