From: Lars-Peter Clausen Date: Mon, 28 Jan 2013 10:12:00 +0000 (+0000) Subject: staging:iio: Remove noop call to __iio_update_buffer X-Git-Tag: v3.9-rc1~127^2~117^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=999517f6742b4ca4692c041752afc4298fbbf0da;p=pandora-kernel.git staging:iio: Remove noop call to __iio_update_buffer __iio_update_buffer updates the buffer's bytes_per_datum and length fields. But the only user of this function just passes in these exact fields, so the call basically looks like this: buffer->bytes_per_datum = buffer->bytes_per_datum; buffer->length = buffer->length; Which means it is a noop and can be removed. Also remove the function itself, since it is now unused. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed