]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
staging:iio:adt7316 Fix some 'interesting' string operations
authorLuck, Tony <tony.luck@intel.com>
Thu, 4 Apr 2013 21:37:00 +0000 (22:37 +0100)
committerJonathan Cameron <jic23@kernel.org>
Tue, 9 Apr 2013 17:29:02 +0000 (18:29 +0100)
commit9f16778c5d0a32f264812a9bf1602b71613720b8
treef1c4df120793e8f44e25f1b1246ffdd00dd692c8
parent5993f3a2692eed3c74c86882155b8703a0060ad5
staging:iio:adt7316 Fix some 'interesting' string operations

Calling memcmp() to check the value of the first byte in a string is overkill.
Just use buf[0] == '1' or buf[0] != '1' as appropriate.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/addac/adt7316.c