Commit d310abdf authored by Wujiahai's avatar Wujiahai Committed by Wang Hai
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: 22c4847a ("Huawei BMA: Fix iBMA driver bug")
Signed-off-by: default avatarWujiahai <wujiahai@huawei.com>
parent a1f8b587
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@
#ifdef DRV_VERSION
#ifdef DRV_VERSION
#define KBOX_VERSION MICRO_TO_STR(DRV_VERSION)
#define KBOX_VERSION MICRO_TO_STR(DRV_VERSION)
#else
#else
#define KBOX_VERSION "0.3.5"
#define KBOX_VERSION "0.3.7"
#endif
#endif


#define UNUSED(x) (x = x)
#define UNUSED(x) (x = x)