commit | f3b38dcaa4768f13c7009267b7eef1c94298e9a2 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sat Jun 24 16:40:27 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Jul 20 16:22:16 2017 -0400 |
tree | 7268c103539ef20b86d08ca7eed7bb4c9118b189 | |
parent | d10447762562ff04b6bc3df9970252bb8d70a846 [diff] |
media: atomisp: use LINUX_VERSION_CODE for driver version The atomisp subdev driver hardcodes its version to ATOMISP_CSS_VERSION_21. Yet, it has several tests for versions below 21 internally, with sounds really odd. On all other media drivers, we're just keeping version set to LINUX_VERSION_CODE. So, do the same here, simplifying the code a little bit. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>