]> asedeno.scripts.mit.edu Git - linux.git/commit
Input: psmouse - switch to using i2c_new_scanned_device()
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 10 Feb 2020 17:57:23 +0000 (09:57 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 10 Feb 2020 18:00:23 +0000 (10:00 -0800)
commit557d0841bc73fbd0da643b6647781bb1f790a84b
tree5fa6eea281e59a4576a0f6d3eeda5a44a74e38c9
parentd0c5e7d4f5e5b76eeb53d098157d5b1f62ebb407
Input: psmouse - switch to using i2c_new_scanned_device()

Move from the deprecated i2c_new_probed_device() to the new
i2c_new_scanned_device(). Make use of the new ERRPTR if suitable.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20200210165902.5250-1-wsa+renesas@sang-engineering.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/psmouse-smbus.c