diff mbox series

[SRU,F:linux-bluefield,v2,3/3] UBUNTU: SAUCE: pwr-mlxbf.c: Update driver version to 1.1

Message ID 20220729130701.30269-4-asmaa@nvidia.com
State New
Headers show
Series : UBUNTU: SAUCE: pwr-mlxbf.c: Improve driver dependencies and fix zero allocating memory size | expand

Commit Message

Asmaa Mnebhi July 29, 2022, 1:07 p.m. UTC
Buglink: https://bugs.launchpad.net/bugs/1980750

Update the version of the driver due to the following changes:
1) Fixed zero allocating memory size
2) Improve driver dependencies

Signed-off-by: Asmaa Mnebhi <asmaa@nvidia.com>
---
 drivers/power/reset/pwr-mlxbf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/power/reset/pwr-mlxbf.c b/drivers/power/reset/pwr-mlxbf.c
index e93869a7bc8e..40cd71338010 100644
--- a/drivers/power/reset/pwr-mlxbf.c
+++ b/drivers/power/reset/pwr-mlxbf.c
@@ -15,7 +15,7 @@ 
 #include <linux/reboot.h>
 #include <linux/types.h>
 
-#define DRV_VERSION "1.0"
+#define DRV_VERSION "1.1"
 
 struct pwr_mlxbf {
 	struct work_struct send_work;