Commit 1e758265f4df731fcd20e559af3a8eb849db3b4d

Authored by Andy Walls
Committed by Mauro Carvalho Chehab
1 parent d267d85101

V4L/DVB (9111): cx18: Up the version to 1.0.1

cx18: Up the version to 1.0.1.  This will make it easy to tell if retries
of MMIO access are implemented or not in trouble reports.  First course of
action for I2C and other initialization problem reports will be to have user
upgrade to v1.0.1 of driver.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/media/video/cx18/cx18-version.h
... ... @@ -25,7 +25,7 @@
25 25 #define CX18_DRIVER_NAME "cx18"
26 26 #define CX18_DRIVER_VERSION_MAJOR 1
27 27 #define CX18_DRIVER_VERSION_MINOR 0
28   -#define CX18_DRIVER_VERSION_PATCHLEVEL 0
  28 +#define CX18_DRIVER_VERSION_PATCHLEVEL 1
29 29  
30 30 #define CX18_VERSION __stringify(CX18_DRIVER_VERSION_MAJOR) "." __stringify(CX18_DRIVER_VERSION_MINOR) "." __stringify(CX18_DRIVER_VERSION_PATCHLEVEL)
31 31 #define CX18_DRIVER_VERSION KERNEL_VERSION(CX18_DRIVER_VERSION_MAJOR, \