commit | ec3c2d518b163dd2be48ac1fee8d7f1686cd769f | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <brgl@bgdev.pl> | Mon Dec 18 18:16:46 2017 +0100 |
committer | Bartosz Golaszewski <brgl@bgdev.pl> | Mon Jan 01 19:40:49 2018 +0100 |
tree | 30547bd56ca22c329c96c361532e576adaa74c41 | |
parent | aa4ce22897e159ec7ecf396c199ba0edcef886c3 [diff] |
eeprom: at24: use a common prefix for all symbols in at24.c There are a couple symbols defined in the driver source file which are missing the at24_ prefix. This patch fixes that. For module params: use module_param_named() in order to not break userspace. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>