commit | b9bb3fdf4e870fb655064f5c3c81c1fee7fd89ce | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.cirrus.com> | Fri Oct 19 09:59:57 2018 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Wed Oct 31 23:33:14 2018 +0000 |
tree | fb801c0427da3a0aba905a464cd163b6c2295114 | |
parent | 9bb9d4fdce9e6b351b7b905f150745a0fccccc06 [diff] |
i2c: Remove unnecessary call to irq_find_mapping irq_create_mapping calls irq_find_mapping internally and will use the found mapping if one exists, so there is no need to manually call this from i2c_smbus_host_notify_to_irq. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>