From: Masanari Iida Date: Mon, 10 Feb 2014 17:39:18 +0000 (-0700) Subject: block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_show X-Git-Tag: v3.14-rc3~22^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c94444074f40b479a05f6657d935204e992f2e;p=pandora-kernel.git block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_show cppcheck detected following format string mismatch. [blk-mq-tag.c:201]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. Change "cpu" from int to unsigned int, because the cpu never become minus value. Signed-off-by: Masanari Iida Signed-off-by: Jens Axboe --- Reading git-diff-tree failed