commit | c3b15452e253ab0629cd9e400d3fb6d76c76cb73 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jun 05 16:43:53 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 14 17:20:09 2012 -0700 |
tree | 60d6296507c41cb220a91540df1a03f722ac3028 | |
parent | 1d29cfa57471a5e4b8a7c2a7433eeba170d3ad92 [diff] |
Extcon: Don't try to create duplicate link names We can't create a link from the device to the compatibility switch class since we already create a link from the device to to the extcon class object and we try to use the same name for both links. This causes a loud complaint from sysfs on boot. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>