commit | 59d961c5972f8dd064277b41be1061e41827c726 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Mar 24 19:05:28 2020 +0200 |
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Fri Apr 17 15:49:56 2020 +0200 |
tree | 7422a14ddaee8a5bbdc90afecd14e8e030f043e2 | |
parent | 948565468cfbf7f80eef58aa7f2b7c22dd518bf8 [diff] |
video: ssd1307fb: Convert driver to use ->probe_new() Use the ->probe_new() callback. The driver does not use const struct i2c_device_id * argument, so convert it to utilise the simplified I²C driver registration. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200324170532.44384-1-andriy.shevchenko@linux.intel.com