diff options
author | Jonathan Cameron <jic23@kernel.org> | 2013-06-06 20:27:00 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-06-08 11:00:58 +0200 |
commit | 78f304d06c47d600ec1a4b0995f1f4c5667a677e (patch) | |
tree | b1744a46020d4de8ad46e77577413e1d696648d3 /Documentation | |
parent | staging: iio: spear_adc: Add missing CONFIG_OF macro (diff) | |
download | linux-78f304d06c47d600ec1a4b0995f1f4c5667a677e.tar.xz linux-78f304d06c47d600ec1a4b0995f1f4c5667a677e.zip |
iio:trigger:interrupt fix formatting of rsize variable in name
The name includes irq_res->start which of type resource_size_t not integer.
We could in theory use %pa for this but then it would be in hex and also
that causes a warning about incorrect types anyway. Hence just
use the irq local variable we assigned the line above.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions