commit | f4513b065f7dbd37224226ef6e44b09eff742776 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Mon Aug 24 00:35:36 2015 +0200 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Sep 21 15:07:19 2015 +0900 |
tree | 29e311e448ab030241f808fc4603fa32a41e84de | |
parent | 1f93e4a96c9109378204c147b3eec0d0e8100fde [diff] |
extcon: Fix attached value returned by is_extcon_changed is_extcon_changed should only check the idx-th bit of new, not the entirety of new when setting attached. This fixes extcon sending notifications that a cable was inserted when it gets removed while another cable is still connected. Cc: stable@vger.kernel.org Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>