Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1197929
| From | Azael Avalos <coproscefalo@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 5/5] toshiba_acpi: Bump driver version to 0.23 |
| Date | 2015-08-01 06:00 +0200 |
| Message-ID | <pSw7L-1pB-9@gated-at.bofh.it> (permalink) |
| References | <pSw7L-1pB-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Given that some features were added (/dev/toshiba_acpi device), some clean-ups and minor (cosmetic) changes all over the driver code, bump the driver version to 0.23 to reflect these overall changes. Signed-off-by: Azael Avalos <coproscefalo@gmail.com> --- drivers/platform/x86/toshiba_acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index 4802fd7..1645bc4 100644 --- a/drivers/platform/x86/toshiba_acpi.c +++ b/drivers/platform/x86/toshiba_acpi.c @@ -31,7 +31,7 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#define TOSHIBA_ACPI_VERSION "0.22" +#define TOSHIBA_ACPI_VERSION "0.23" #define PROC_INTERFACE_VERSION 1 #include <linux/kernel.h> -- 2.4.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] toshiba_acpi: Refactor *{get, set} and *available functions Azael Avalos <coproscefalo@gmail.com> - 2015-08-01 06:00 +0200
[PATCH v3 5/5] toshiba_acpi: Bump driver version to 0.23 Azael Avalos <coproscefalo@gmail.com> - 2015-08-01 06:00 +0200
[PATCH v3 2/5] toshiba_acpi: Remove "*not supported" feature prints Azael Avalos <coproscefalo@gmail.com> - 2015-08-01 06:00 +0200
[PATCH v3 1/5] toshiba_acpi: Change *available functions return type Azael Avalos <coproscefalo@gmail.com> - 2015-08-01 06:00 +0200
csiph-web