diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-03-19 10:17:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-23 16:25:00 +0100 |
commit | 021c7d7b6713c75b3605fba4317fffc8e2e83ca1 (patch) | |
tree | a80186395b44b90c4d742e657e48e9f006aac343 /drivers/nvdimm | |
parent | eeprom: at24: rename chip to pdata in at24_probe() (diff) | |
download | linux-021c7d7b6713c75b3605fba4317fffc8e2e83ca1.tar.xz linux-021c7d7b6713c75b3605fba4317fffc8e2e83ca1.zip |
eeprom: at24: use a helper variable for dev
We use the &client->dev construct all over in at24_probe(). Use
a helper variable which is more readable and allows to avoid a couple
unnecessary line breaks.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Tested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions