]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
slimbus: core: match device tree based devices correctly
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Sun, 16 Sep 2018 23:45:42 +0000 (16:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:21:02 +0000 (20:21 +0200)
commit14a649d33e8145ec14e0429e56bbb12660baa4df
treef124af8ca960bd01f63e9c8fa0064998ac5316ae
parent0e321f19be94448ca0375e2e0cc28a5f3950e9bb
slimbus: core: match device tree based devices correctly

device_id for device tree based devices come from dt compatible string,
such drivers need not provide non dt style device id table.

Match those device using compatible strings.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/slimbus/core.c