Skip to content

Commit f061efc

Browse files
committed
platform/x86: dell_rbu: Bump version
JIRA: https://issues.redhat.com/browse/RHEL-87406 commit ea7af94 Author: Stuart Hayes <stuart.w.hayes@gmail.com> Date: Mon Jun 9 13:46:59 2025 -0500 platform/x86: dell_rbu: Bump version Bump the module version. Signed-off-by: Stuart Hayes <stuart.w.hayes@gmail.com> Link: https://lore.kernel.org/r/20250609184659.7210-6-stuart.w.hayes@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent a58dde7 commit f061efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/dell/dell_rbu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
MODULE_AUTHOR("Abhay Salunke <abhay_salunke@dell.com>");
4646
MODULE_DESCRIPTION("Driver for updating BIOS image on DELL systems");
4747
MODULE_LICENSE("GPL");
48-
MODULE_VERSION("3.2");
48+
MODULE_VERSION("3.3");
4949

5050
#define BIOS_SCAN_LIMIT 0xffffffff
5151
#define MAX_IMAGE_LENGTH 16

0 commit comments

Comments
 (0)