eeprom: at24: use a common prefix for all symbols in at24.c
authorBartosz Golaszewski <brgl@bgdev.pl>
Mon, 18 Dec 2017 17:16:46 +0000 (18:16 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 1 Jan 2018 18:40:49 +0000 (19:40 +0100)
commitec3c2d518b163dd2be48ac1fee8d7f1686cd769f
tree30547bd56ca22c329c96c361532e576adaa74c41
parentaa4ce22897e159ec7ecf396c199ba0edcef886c3
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>
drivers/misc/eeprom/at24.c