commit | 45fd4470ba86e9ca2837b666a52cc65dc69f0fa3 | [log] [tgz] |
---|---|---|
author | Jean Delvare <jdelvare@suse.de> | Thu Dec 07 12:25:45 2017 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Tue Dec 12 23:27:04 2017 +0100 |
tree | 9baa298e12215d8c1ba5f356d0a3313d85cb8842 | |
parent | 9c41e452188339989c2c9ca5fc54f10935207968 [diff] |
i2c: piix4: Fix port number check on release The port number shift is still hard-coded to 1 while it now depends on the hardware. Thankfully 0 is always 0 no matter how you shift it, so this was a bug without consequences. Signed-off-by: Jean Delvare <jdelvare@suse.de> Fixes: 0fe16195f891 ("i2c: piix4: Fix SMBus port selection for AMD Family 17h chips") Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>