From: Jonathan Cameron Date: Thu, 6 Jun 2013 18:27:00 +0000 (+0100) Subject: iio:trigger:interrupt fix formatting of rsize variable in name X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~209^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f304d06c47d600ec1a4b0995f1f4c5667a677e;p=pandora-kernel.git 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 Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed