]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Followup to r14908 (BZ #342603).
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 20 Sep 2015 13:41:25 +0000 (13:41 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 20 Sep 2015 13:41:25 +0000 (13:41 +0000)
commit0d5f723bec32acf37d63ce45e8336fa6941988c0
tree908a5f85c89362333feb9d3e4169880ccc8747c1
parent4a999cf4a25ffdfcedd01d3318b1aa2764c95fbb
Followup to r14908 (BZ #342603).
Comparing the command byte with VKI_I2C_SMBUS_QUICK is like comparing
apples to carrots, it makes no sense. The command byte is unused for
quick transactions anyway so checking its value is pointless.
Patch by Jean Delvare <jdelvare@suse.de>.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15656
coregrind/m_syswrap/syswrap-linux.c