Home
last modified time | relevance | path

Searched hist:"78 f304d06c47d600ec1a4b0995f1f4c5667a677e" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/trigger/
H A Diio-trig-interrupt.cdiff 78f304d06c47d600ec1a4b0995f1f4c5667a677e Thu Jun 06 20:27:00 CEST 2013 Jonathan Cameron <jic23@kernel.org> 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>