Merge tag 'at24-v5.3-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kerne...
authorWolfram Sang <wsa@the-dreams.de>
Sat, 29 Jun 2019 11:01:34 +0000 (13:01 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 29 Jun 2019 11:01:34 +0000 (13:01 +0200)
at24: updates for v5.3

- simplify the probing code by using devm_i2c_new_dummy_device()
- simplify the code further by moving the code around a bit
- use struct_size() instead of calculating the required structure size
  by hand
- remove any references to now removed platform data from comments


Trivial merge