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)
commit504ee6b306a70a106c2e8858fd916ed8c43c5776
treeea98655ad523e7446699512dac763730ff420fc1
parent4601db7ecf078523cd49b4d8953969739ed36bf4
parentdce91ba39c765b2b90d07c717683abcdd9891592
Merge tag 'at24-v5.3-updates-for-wolfram' of git://git./linux/kernel/git/brgl/linux into i2c/for-5.3

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