commit | 6d5f41985f408e35e63a710429434d0c0c1153ce | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Thu Aug 31 03:48:37 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sat Sep 23 15:01:56 2017 -0400 |
tree | da854f77c9723075566570f1fc4f9a6e549b7796 | |
parent | 727d38a89179fb052b946c59860f86353b9daeb5 [diff] |
media: Staging: atomisp: constify driver_attribute driver_attribute are not supposed to change at runtime. Functions driver_create_file/driver_remove_file are working with const driver_attribute. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>