summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/iio_simple_dummy.c
diff options
context:
space:
mode:
authorLuck, Tony <tony.luck@intel.com>2013-04-04 22:37:00 +0100
committerJonathan Cameron <jic23@kernel.org>2013-04-09 18:29:02 +0100
commit9f16778c5d0a32f264812a9bf1602b71613720b8 (patch)
treef1c4df120793e8f44e25f1b1246ffdd00dd692c8 /drivers/staging/iio/iio_simple_dummy.c
parent5993f3a2692eed3c74c86882155b8703a0060ad5 (diff)
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>
Diffstat (limited to 'drivers/staging/iio/iio_simple_dummy.c')
0 files changed, 0 insertions, 0 deletions